struts not forwarding after action

2006-05-30 Thread Homero Cardoso de Almeida
Hello, I've created an application on my webapps folder, copied the libraries and tag descriptors needed, compiled the sources successfully and wrote the struts-config.xml for my app. But it's not working properly. =/ I'm trying the first example of the "Struts In Action" book. The JSP form page

Re: struts not forwarding after action

2006-05-30 Thread Homero Cardoso de Almeida
Thanks for the help, David. Yeah, I really think the book is a little outdated (i'm really using perform() instead of execute()). I think the version I got is the same as yours, since it mentions the execute() method and Struts 1.1. I'm not able to test it right now (i'm at work), but when I got

Re: struts not forwarding after action

2006-05-31 Thread Homero Cardoso de Almeida
Just replying to say that using execute instead of perform made it work fine. Thanks. =) On 5/30/06, Homero Cardoso de Almeida <[EMAIL PROTECTED]> wrote: Thanks for the help, David. Yeah, I really think the book is a little outdated (i'm really using perform() instead of execute(