RE: Struts Validation issue

2007-12-10 Thread Vaibhav Khare
I fixed it using the session option...cudnt find the better way though.. anyways thanks for your help Jiang, Jane (NIH/NCI) [C] wrote: > > We had the same problem. When you submit a form, only the information > in form gets submitted and repopulated when there is a validation error. > Since th

RE: Struts Validation issue

2007-12-10 Thread Jiang, Jane (NIH/NCI) [C]
We had the same problem. When you submit a form, only the information in form gets submitted and repopulated when there is a validation error. Since the list is not part of form submission, it is not saved any where. The same applies to disabled fields and dynamically generated labels. I asked t

Re: Struts Validation issue

2007-12-10 Thread Vaibhav Khare
I am using tile page as an input. Thx Paul Benedict-2 wrote: > > Can you paste in the set of action configuration mappings that you're > using? > > On Dec 10, 2007 9:37 AM, Vaibhav Khare <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> >> I am using Struts validation framework in my project. My f

Re: Struts Validation issue

2007-12-10 Thread Paul Benedict
Can you paste in the set of action configuration mappings that you're using? On Dec 10, 2007 9:37 AM, Vaibhav Khare <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using Struts validation framework in my project. My form becomes null > whenever I try to do some validation. The validation works fine b

Re: Struts validation issue

2004-10-15 Thread Andy Richards
Thanks, pedro Couldnt resolve this one! upgraded to struts 1.2.4 and used a reqular expression to validate instead. Not quite the method i wanted to take but one which resolved the issue. Thanks for your contribution Andy Pedro Salgado wrote: Have you checked if you aren't duplicating configurat

Re: Struts validation issue

2004-10-11 Thread Pedro Salgado
Have you checked if you aren't duplicating configurations on more than 1 file? (configFile1, ..., configFileN... N replaces configurations that are also present (duplicate) in 1). Are you working with modules? Is the forward pointing to a correct action? (try putting validate = false... and