I've installed Struts on Websphere 3.5.4 (W2K). It works pretty well.
I just wondered why I often have "unhandled exception" when trying some codes
Example
-------
Error 500
...
com.ibm.servlet.engine.webapp.UncaughtServletException:
Server caught unhandled exception from servlet [jsp11]: null
...
javax.servlet.jsp.JspException:
com.ibm.servlet.engine.webapp.UncaughtServletException:
Server caught unhandled exception from servlet [jsp11]: null
at javax.servlet.jsp.JspException.<init>(JspException.java:73)
at
org.apache.struts.webapp.example.CheckLogonTag.doEndTag(CheckLogonTag.java:188)
at _mainMenu_jsp_0._jspService(_mainMenu_jsp_0.java:93)
...
Did I miss something, some misplaced ressourcebundle, path, other ?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>