Hi, I am getting the following JasperException. (Please scroll below for the exception :-) ). I am relatively new to jsp. Can anyone please point me as to what's going wrong here?
FYI I am including the jsp code also. <-----------------jsp code------------------------> <html> <head> <script type="text/javascript"> function textSelected() {
option=document.forms[0].PoRefno.options[document.forms[0].PoRefno.selectedI ndex].text document.write("This is the selected text" + option) } </script> </head> <body>
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)