Re: Multiple buttons and validation

2006-12-13 Thread Niall Pemberton
Hey Eric, this is a great detailed response and would make a good wiki page - theres one for the similar EventActionDispatcher - but your answer looked more readable http://wiki.apache.org/struts/EventActionDispatcher if you feel like adding it I'm sure others would appreciate it down the road.

Re: Multiple buttons and validation

2006-12-12 Thread Eric Rank
One of my favorite subclasses is EventDispatchAction. Check it out: http://struts.apache.org/1.x/struts-extras/apidocs/org/apache/struts/ actions/EventDispatchAction.html Basically, it works by allowing you to define various methods in your Action class, which are tied to your various submit

Re: Multiple buttons and validation

2006-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thom, Thom Burnett wrote: > I have a few buttons on my jsp page and I want to have validation happen on > some buttons and not on other buttons. > > Is that possible? How? Any examples around? This question came up a few weeks ago, and I'll tell you