Hi,
given this Action:
public class MyAction {
public String execute() throws Exception {
// throws IllegalArgumentException
}
}
I do not get a log output or anything else indicating that error.
I have struts dev mode = true. Report page shows:
"Struts has detected an unhandled exception:"
At the moment I mostly need to debug to see whats going on.
I would like to get all Exceptions into my logfile. How can I make
sure this happens?
Thanks,
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]