RE: [Struts2] problem with tag

2007-12-17 Thread Rajasekhar
: Raghuveer Rawat [mailto:[EMAIL PROTECTED] Sent: Saturday, December 15, 2007 4:01 AM To: Struts Users Mailing List Subject: [Struts2] problem with tag Hi, I have a getting problem in using s:select tag. Need some help if anyone used s:select before. This dropdown is populated dynamically. When form is

Re: [Struts2] problem with tag

2007-12-15 Thread Raghuveer Rawat
Thanks Dave, This issue has been resolved using Preparable/prepare() On Dec 15, 2007 8:18 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > You don't say how you initially populate the select box. In any case, > unless > you're populating it via Preparable/prepare() or some other automatic way > or >

Re: [Struts2] problem with tag

2007-12-15 Thread Dave Newton
You don't say how you initially populate the select box. In any case, unless you're populating it via Preparable/prepare() or some other automatic way or if it's not in application or session scope it won't get automatically re-populated when you re-visit the page. d. --- Raghuveer Rawat <[EMAIL

[Struts2] problem with tag

2007-12-14 Thread Raghuveer Rawat
Hi, I have a getting problem in using s:select tag. Need some help if anyone used s:select before. This dropdown is populated dynamically. When form is loaded initially dropdown is getting populated perfectly. No issue here. But when we submit the form and some of the validations fail then page is