Originally posted by Gopi Krishna:
Hi,
I am importing a package in my jsp page. All imported packages are in a jar file. Where should I place this jar file inorder to view by my jsp page.
Thanks for your valuable time
Gopi
Originally posted by rishi anand:
hi
can anybody help me when i am using any bean in my jsp script i am getting an error of class not found.
caLocation: /netrishi/wordpro.jsp
Internal Servlet Error:
org.apache.jasper.JasperException: Unable to compile class for JSPC:\jakarta-tomcat-3.2.1\work\localhost_8080%2Fnetrishi\_0002fwordpro_0002ejspwordpro_jsp_0.java:58: Class SpellCheck not found.
SpellCheck help = null;
^
C:\jakarta-tomcat-3.2.1\work\localhost_8080%2Fnetrishi\_0002fwordpro_0002ejspwordpro_jsp_0.java:61: Class SpellCheck not found.
help= (SpellCheck)
^
C:\jakarta-tomcat-3.2.1\work\localhost_8080%2Fnetrishi\_0002fwordpro_0002ejspwordpro_jsp_0.java:66: Class SpellCheck not found.
help = (SpellCheck) Beans.instantiate(this.getClass().getClassLoader(), "SpellCheck");
^
please help me.
rishi
Originally posted by Shankar Ganesh:
[B]I have a JSP which access a big collection (it has about 250 objects, containing 2 Strings attributes each). After this collection, the JSP accesses few other collections (very small ones).
I get the below Buffer error while trying to access these small collections at the end of the page.
Originally posted by swati maken:
to work on jsp i have downloaded jswdk and when i tried to start my server the dos windows opens up and quickly vanished away. I am not able to understand the problem , I have already set the classpath , but i am not able to catch the problem. Pl. can anybody tell me the right procedure to begin i.e to create the environment for start righting the jsp code . I have also tried using tomcat but that also didn't work out.
Pl. tell me from scratch - exactly what all is needed to download or install and how to configure the same.
I am just getting frustrated as i think half of our time is waisted on setting/creating the environment to work on.
Please help me out.
Thanx.
Originally posted by Joe Paolangeli:
[B]I think you are complicating the task with this javascript and serialization stuff. You do not need anything fancy to load a JSP into a frame. Here is some sample html code:
Good Luck,
Joe[/B]