lokeshj / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Jsp Integration #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all,

can someone help me.

i need integrate jzebra on jsp proyecto. i used this syntax

<table width="100%" border="0">
 <tr>
  <td>
   <jsp:plugin type="applet"                                            code="jzebra.PrintApplet.class"
archive="modules/process/jzebra.jar"
width="100" height="50">
 <jsp:params>
<jsp:param name="printer" value="zebra" />
</jsp:params>
 </jsp:plugin>

<input type=button onClick="findPrinter()" value="Detect Printer">
<input type=button onClick="printFile()" value="Print File">
</td>
</tr>
</table>

but i have problem, when i clicked on some button, throw me this message: " 
Applet is not loaded"

please i need some help.

Original issue reported on code.google.com by diego.ta...@gmail.com on 2 Oct 2012 at 3:15