I've been having the very same problems. I narrowed it down to only happening on OS X and on Solaris.
It only seemed to be happening in situations where there were 'many' custom tags being used.


As a last resort I migrated my project to Tomcat 4.1.x and this solved the problem.

I guess there was something broken in the older version of Jasper that was fixed in the new version.

Steven Shand

On Friday, March 7, 2003, at 11:16 am, Guillaume Albini wrote:

Hi,

I use Tomcat 4.0.1 and Struts 1.0.2.

I created a JSP file using lots of Struts tags.
When Tomcat compile this JSP, i have lots of errors of type :

" Variable _jspx_th_bean_write_12 may not have been initialized.
if (_jspx_th_bean_write_12.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE)"


But when i comment one or two lines (any of them) of my JSP file, Tomcat compile my file without errors or warning.
Then I uncomment this lines and Tomcat can't compile my file


Then , I try to compile with javac my java file that provoke the errors and I don't have errors.

I dont understand this problem.

Help me please and sorry for my english !!!!

Good day

Guillaume Albini

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to