Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: John Cooper   on Sep 28 In Java Category.

  
Question Answered By: James Williams   on Sep 28

since you are working with struts  this means that you have a hard time
currently.
This is not a struts problem somehow. It is more a jasper problem (the JSP
compiler
inside Tomcat, jetty....). This means that the compiler cannot compile your
JSP
(don't ask me why). So you get an empty .java file for the JSP and therefore
the
compiler fails and you get this funny exception (although you have the
javax.servlet stuff
in your classpath).
I have searched for this problem also quite long. Stupid jasper.
Unfortunately there seems nearly
no other JSP compiler implementation available as open source and you have
to live with it.
Actually, only as long as stick to JSPs.
I have switched from JSPs long time ago.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Struts Or get search suggestion and latest updates.


Tagged: