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()). I think the

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-30 Thread David Friedman
Homero, Often, people starting with Struts see blank pages if they use the wrong method in their Action class. Are you using perform() instead of execute() as your method? Your struts-config.xml file suggests you are using an outdated book because it lists your config DTD as version 1.0, not som