ohhh sure ... you're so right. I'm such an idiot ;-) ... thanks a lot. but 
sometimes you don't see the forest cause of the lots of trees ;-)

Markus-Alexander Metz Accenture 
Technologie Solutions AG 
Peter Merian-Strasse 82 
CH-4002 Basel 
tel: ++41 44 236 18 34 
[EMAIL PROTECTED] 



-----Ursprüngliche Nachricht-----
Von: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Gesendet: Di 06.06.2006 11:39
An: Struts Users Mailing List
Betreff: Re: Path success does not start with a "/" character
 

> The execute Method of the actions is:
>
> public ActionForward execute(ActionMapping arg0, ActionForm arg1, 
> HttpServletRequest arg2, HttpServletResponse arg3) throws Exception {
>               
>               return new ActionForward("success");
>       }
>
>   

Ehm it is wrong, the right one is:

return arg0.findForward("success");

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




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

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

Reply via email to