On Resin, the Iterator tag dies with the following exception:
Mar 29, 2003 1:50:57 AM com.opensymphony.webwork.dispatcher.ServletDispatcherResult execute
SEVERE: An error occurred
java.lang.NullPointerException
at com.caucho.jsp.QPageContext.handlePageException(QPageContext.java:657)
at _success__jsp._jspService(_success__jsp.java:168)
at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
at com.caucho.jsp.Page.subservice(Page.java:497)
at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182)
at com.caucho.server.http.Invocation.service(Invocation.java:312)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at com.caucho.server.http.QRequestDispatcher.forward(QRequestDispatcher.java:225)
at com.caucho.server.http.QRequestDispatcher.forward(QRequestDispatcher.java:106)
at com.caucho.server.http.QRequestDispatcher.forward(QRequestDispatcher.java:83)
at com.opensymphony.webwork.dispatcher.ServletDispatcherResult.execute(ServletDispatcherResult.java:57)
at com.opensymphony.xwork.ActionInvocation.invoke(ActionInvocation.java:112)
at com.opensymphony.xwork.interceptor.AbstractInterceptor.intercept(AbstractInterceptor.java:36)
However, on Tomcat, it appears to work fine. ServletDispatcherResult:57 is dispatcher.forward(request, response)
I did a little more poking around and noticed that on Tomcat, the first test for the "stupid little counter" increments the counter by 3 per reload while Resin only reloads by 2. Anyway, I'll continue poking around at this tomorrow. I'm beat now though :)
M
-- Matt Ho Principal Indigo Egg, Inc.
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork