Re: Problem with findForward(null) (Struts 1.1)

2007-10-24 Thread Dave Newton
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

Re: Problem with findForward(null) (Struts 1.1)

2007-10-24 Thread Antonio Petrelli
2007/10/24, Himstedt, Maik (EXTERN: T-Systems on) [EMAIL PROTECTED]: return findForward(null); ... Debug shows that the code in the action method is executed, but the browser shows an empty page after executing the action. I would expect that simple nothing would happen (as the real