--- Scott <[EMAIL PROTECTED]> wrote: > I keep reading about how Actions can be POJOs with an > execute method, yet I don't see any examples of this.
That's because most Actions need to do more than just be a POJO; they need to be validated, have access to the session, etc. > I need to know if the validation failed so I can > return the appropriate String ActionSupport.WHATEVER. If validation fails (and you're implementing Validateable and/or ValidationAware or subclassing ActionSupport or etc.) it returns to the input page, which is what you'd normally want to do. You can still implement Validateable.validate and ValidationAware.hasErrors by hand and return whatever you want. d. ____________________________________________________________________________________ The fish are biting. Get more visitors on your site using Yahoo! Search Marketing. http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]