Re: Validation with preloading form fields

2010-10-08 Thread Dave Newton
No sweat :) On Friday, October 8, 2010, Joshua Tennent wrote: >  That was it, thanks! I forgot to implement Preparable. > > On 10/8/2010 7:45 PM, Dave Newton wrote: > > Are you implementing Preparable, or overriding the input() method? > > Dave > > On Friday, October 8, 2010, Joshua Tennent  wrot

Re: Validation with preloading form fields

2010-10-08 Thread Joshua Tennent
That was it, thanks! I forgot to implement Preparable. On 10/8/2010 7:45 PM, Dave Newton wrote: Are you implementing Preparable, or overriding the input() method? Dave On Friday, October 8, 2010, Joshua Tennent wrote: I am having trouble validating a form where it requires preloading list

Re: Validation with preloading form fields

2010-10-08 Thread Dave Newton
Are you implementing Preparable, or overriding the input() method? Dave On Friday, October 8, 2010, Joshua Tennent wrote: >  I am having trouble validating a form where it requires preloading lists for > some of the fields. I'm not sure how to configure the struts.xml entry for > the INPUT ret