Re: I cant load Select Box dynamically

2010-08-27 Thread Michal Ciasnocha
eply. Thanks in advance. Vinodh .R--- On Fri, 8/27/10, Michal Ciasnocha wrote: From: Michal Ciasnocha Subject: Re: I cant load Select Box dynamically To: "Struts Users Mailing List" Date: Friday, August 27, 2010, 3:14 AM Hi, in class CountryAction you need assign retreived value

Re: I cant load Select Box dynamically

2010-08-27 Thread Michal Ciasnocha
Hi, in class CountryAction you need assign retreived values from database to countryList attribute, not list (you have in jsp ... list="countryList" ...). vinodh r wrote on 27.8.2010 7:04: Hi,I cant load Select box dynamically. I am new to struts2, but i can do it statically in action page