PDA

View Full Version : Strange error


CoraLover
04-18-2003, 06:17 PM
Hi, i've problem here. Here i go>>
I've this JSP page which has an applet embedded in it to do some processing. And on the 1st try, if it's unsuccessful, it will return to the same JSP page for the user to enter the values. But on the second try, it'll have this error, saying that the applet.class can't be found.
:( i've this line of code in mu javascript to call my Applet>> "document.applets[0].AppletFunctionName(<%=jspVal%>,aForm.txtVal.value)"

joh6nn
04-19-2003, 08:24 PM
make sure that <%=jspVal%> is still what you think it is on that second try; maybe it's getting modified along the way somehow