Hello,
I am using Struts 1.1 and Tiles and I would like to forward error-pages to a
tile-composing action.
web.xml:
<error-page>
<error-code>404</error-code>
<location>/error/404.do</location>
</error-page>
struts-config.xml:
<action
type="org.apache.struts.actions.ForwardAction"
parameter=".error.400.page"
path="/error/400" />
>From a user standpoint, it appears works but I now get the following
exceptions upon every request, valid or not.
ErrorDispatcherValve[localhost]: Exception Processing
ErrorPage[errorCode=404, location=/error/404.do] java.net.SocketException:
Software caused connection abort: socket write error
...
ErrorDispatcherValve[localhost]: Exception Processing
ErrorPage[errorCode=404, location=/error/404.do]
ErrorDispatcherValve[localhost]: Exception Processing
ErrorPage[errorCode=404, location=/error/404.do]
...
java.net.SocketException: Software caused connection abort: socket write
error
...
java.net.SocketException: Software caused connection abort: socket write
error
...
Any ideas?
Thanks,
Dan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]