--- None None <[EMAIL PROTECTED]> wrote:
> First, can anyone explain the settings of the debug and detail init params
> of ActionServlet? I haven't been able to dig up any good detail. The best
I believe the "debug" setting has been deprecated in favor of log settings
for commons-logging (or whatever logging implementation you're using).
> What I mean is, is it possible to say something like "Ok, if no mapping
> is
> found that matches the request, forward to page xxxx"?
Specify 'unknown="true"' for your catch-all action mapping. To forward to a
jsp, do something like:
<action path="/index"
type="org.apache.struts.actions.ForwardAction"
parameter="index.jsp"
unknown="true"/>
- Hubert
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]