P
phil89
Hi
I search to replace static HTML code calling "OBJET" with jsp
lugin ?
Could i insert an scriptlet for an loop into jsp plugin ?
I need my applet running with firefox2, firefox3 and IE
rEGARDS
Philippe
I have tried this
<jsp
lugin type="applet" jreversion="1.4"
code="dclock.LedClock.class" archive="dclock.jar" height="36"
width="166" >
<jsp
arams>
<jsp
aram name="name" value="<%=postehash.getCodePoste()
+"_appletc"%>" />
<%
java.util.Vector v=context.getCouleurBeans();
String contacts=postehash.getContacts();
for(int i=0;i<contacts.length();i++)
{
try
{
servlet24.CouleurBean b=(servlet24.CouleurBean)v.elementAt(i);
out.println("<param name=\"BCOLOR"+(i+1)+"\" value= \""+b.getCode()
+"\" >");
} //fin boucle for
%>
</jsp
arams>
<jsp:fallback>
<p>Unable to load applet</p>
</jsp:fallback>
</jsp
lugin>
I search to replace static HTML code calling "OBJET" with jsp
Could i insert an scriptlet for an loop into jsp plugin ?
I need my applet running with firefox2, firefox3 and IE
rEGARDS
Philippe
I have tried this
<jsp
code="dclock.LedClock.class" archive="dclock.jar" height="36"
width="166" >
<jsp
<jsp
+"_appletc"%>" />
<%
java.util.Vector v=context.getCouleurBeans();
String contacts=postehash.getContacts();
for(int i=0;i<contacts.length();i++)
{
try
{
servlet24.CouleurBean b=(servlet24.CouleurBean)v.elementAt(i);
out.println("<param name=\"BCOLOR"+(i+1)+"\" value= \""+b.getCode()
+"\" >");
} //fin boucle for
%>
</jsp
<jsp:fallback>
<p>Unable to load applet</p>
</jsp:fallback>
</jsp