"Himstedt, Maik (EXTERN: T-Systems on)" wrote:
>    return findForward(null);

This might work, but IIRC you should just return null if you're handling the 
result yourself.

> Debug shows that the code in the action 
> method is executed, but the browser shows 
> an empty page after executing the action.

You've submitted a form--this is standard browser behavior. If you want to 
submit a form without refreshing the entire page you'd probably want to use 
Ajax.

d.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to