|
Re: jsp & applet param
|
Posted: Aug 19, 2003 6:19 PM
|
|
I could get the parameter value as "temp" when I ran your JSP in Jaguar web server. If your applet is displaying and you are not able to get the desired value then there could be two reasons: 1. <jsp:param name="koszulka" value="<%=miejsce%>"/> tag is not substituing the value of miejsce variable or you are setting the value of miejsce to "miejsce" before your tag for applet.
2. YOu can check your applet code to make sure that your are using correct parameter name.
If everything looks ok to you, you can tell us what webserever you are using, and post your applet code too.
Thanks Kishori
|
|