You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ge...@gmx.at on 2002/10/21 20:59:42 UTC

New Exception handler

If I set in the controller configuration <set-property
property="inputForward" value="true"/>, so that I can put in <action ... input="forward" ...>,
where forward is a local or global forward and I does NOT define a path in my
exception definition, the exception handler will NOT find the page which is
defined in the "input" parameter (of the action).

If I set <set-property property="inputForward" value="false"/> and put a
direct path to the jsp in the action-input parameter, the exception handler WILL
find the desired page.

Is there a way to use <set-property property="inputForward" value="true"/>
and the exception handler (without the path-parameter) - I want to display the
exception in the input page.

Thanks, Gernot

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>