Re: How to get dropdown list value even if validation intercetor intercepts

2009-02-20 Thread sheva j
or, please notify the sender > immediately by return e-mail and securely discard this message. > > > > -Original Message- > From: sheva j [mailto:shee...@gmail.com] > Sent: Thursday, February 19, 2009 10:38 AM > To: Struts Users Mailing List > Subject: How to get

Re: How to get dropdown list value even if validation intercetor intercepts

2009-02-19 Thread Greg Lindholm
> Thanks in advance. > > Thanks, > Sheeva > > -- View this message in context: http://www.nabble.com/How-to-get-dropdown-list-value-even-if-validation-intercetor--intercepts-tp22094114p22101779.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: How to get dropdown list value even if validation intercetor intercepts

2009-02-19 Thread Felipe Fraga
My guess is you are not populating the list in the prepare() method of the action. After validation error, prepare() of Preparable classes is called so the lists are repopulated. Felipe On Thu, Feb 19, 2009 at 5:07 AM, sheva j wrote: > Hi, > I am using struts 2.0.11. I am using tag, struts is

RE: How to get dropdown list value even if validation intercetor intercepts

2009-02-18 Thread Seshagiri V
securely discard this message. -Original Message- From: sheva j [mailto:shee...@gmail.com] Sent: Thursday, February 19, 2009 10:38 AM To: Struts Users Mailing List Subject: How to get dropdown list value even if validation intercetor intercepts Hi, I am using struts 2.0.11. I am using tag

How to get dropdown list value even if validation intercetor intercepts

2009-02-18 Thread sheva j
Hi, I am using struts 2.0.11. I am using tag, struts is populating the list box correctly for all the time, except when the validation error occurs for any other field. My issue is: When I first enter into the page, I am able to get the dropdown value, When I submit the page with out entering s