validation breaks my form prepopulation

2006-05-02 Thread Kyle W. Cartmell
n the way of an alternate solution. Any insight / hyperlinks / good questions would be greatly appreciated! -- Kyle W. Cartmell Sr. Software Developer LAP Holdings, LLC dba First Finance Phone: (480) 222-0050 Toll Free: (800) 355-3135 [EMAIL PROTECTED] www.efirstfinance.com

Re: validation breaks my form prepopulation

2006-05-02 Thread Kyle W. Cartmell
I surrender! Thank you very much! Michael Jouravlev wrote: On 5/2/06, Kyle W. Cartmell <[EMAIL PROTECTED]> wrote: Within my web application (using the Struts action framework) when validation of an ActionForm fails and control is returned to the JSP indicated by struts-config.xml, any r

Re: validation breaks my form prepopulation

2006-05-02 Thread Kyle W. Cartmell
thing that I have to just handle and there aren't any magic spells to drive that process, but please correct me if I'm wrong. :) Thanks again! Michael Jouravlev wrote: On 5/2/06, Kyle W. Cartmell <[EMAIL PROTECTED]> wrote: Within my web application (using the Struts a

Re: request scope & paging

2006-05-03 Thread Kyle W. Cartmell
ail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kyle W. Cartmell Sr. Software Developer LAP Holdings, LLC dba First Finance Phone: (480) 222-0050 Toll Free: (800) 355-3135 [EMAIL PROTECTED] www.efirstfinance.com

Re: validation breaks my form prepopulation

2006-05-03 Thread Kyle W. Cartmell
, the reset method will not be called, and whatever was in the form will be retained. -Original Message- From: Kyle W. Cartmell [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 2:39 AM To: Struts Users Mailing List Subject: Re: validation breaks my form prepopulation This is extr

Re: validation breaks my form prepopulation

2006-05-03 Thread Kyle W. Cartmell
session object manager back into play. Thank you again for all the help, and thank you everyone for your patience! Michael Jouravlev wrote: On 5/3/06, Kyle W. Cartmell <[EMAIL PROTECTED]> wrote: I did some tinkering and found that even though my setup action is indeed associated with a fo

Re: validation breaks my form prepopulation

2006-05-03 Thread Kyle W. Cartmell
x27;t understand why this would be so... Michael Jouravlev wrote: On 5/3/06, Kyle W. Cartmell <[EMAIL PROTECTED]> wrote: I did some tinkering and found that even though my setup action is indeed associated with a form bean, and my reset method is defined and sets my values to null, when I return t