K, found my prob here. The file name of my view.properties mappings now needed to be a complete relative path where as in earlier releases just by giving the file name, it seemed to find it no matter what level in a dir tree I placed it.


On Friday, May 30, 2003, at 22:24 US/Central, G.L. Grobe wrote:



I just switched from WW1.2.1 to WW1.3. I've changed out everyfile of my app that I can think of (that I normally do when I upgrade, tablib.tld, templates, webwork.jar, etc...) and am getting the error below every time I view one of my tables which all pretty much follow this same configuration.


Any help much appreciated in understanding what's going on.

--- accountTable.jsp
<%@ taglib uri="webwork" prefix="webtable" %>

(I use a themed table here but even using the table.jsp from within webwork I get same results)
<webtable:if test=".">
<webtable:table theme="'acaiis'" modelName="'/result'" sortable="false">
</webtable:table>
</webtable:if>
<webtable:else>
<p>This JSP should not be called directly!</p>
</webtable:else>


--- account view jsp which calls accountTable.jsp indirectly via action
   <center>
   <table border="0">
   <tr>
   <td align="center">
   <webwork:include page="actions.Accounts.action"/>
   </td>
   </tr>
   </table>
   </center>

--- views.properties
actions.Accounts.success=accountTable.jsp

Any help much appreciated.

HTTP ERROR: 500 javax.servlet.ServletException: /accountTable.jsp at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServl et.java:211) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381 ) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplication Handler.java:280) at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:194) at org.mortbay.jetty.servlet.Dispatcher.include(Dispatcher.java:121) at webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:225 ) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplication Handler.java:280) at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:194) at org.mortbay.jetty.servlet.Dispatcher.include(Dispatcher.java:121) at webwork.view.taglib.IncludeTag.include(IncludeTag.java:54) at webwork.view.taglib.IncludeTag.doEndTag(IncludeTag.java:258) at org.apache.jsp.accountView$jsp._jspService(accountView$jsp.java:138) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServl et.java:201) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381 ) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplication Handler.java:280) at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:194) at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:129) at webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:221 ) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplication Handler.java:280) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:553 ) at org.mortbay.http.HttpContext.handle(HttpContext.java:1717) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCo ntext.java:549) at org.mortbay.http.HttpContext.handle(HttpContext.java:1667) at org.mortbay.http.HttpServer.service(HttpServer.java:862) at org.jboss.jetty.Jetty.service(Jetty.java:497) at org.mortbay.http.HttpConnection.service(HttpConnection.java:759) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:923) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:776) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:20 2) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)
RequestURI=/acaiis/forms.NewAccountForm.action




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork




------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to