Create Text Box Dynamically

2010-10-09 Thread vinodh r
Hi, I want to create 'n' text box dynamically, the 'n' should comes from database Whether 'n' should be 3 or 4 or 12 it will be vary dynamically and decided by the end user. Is it possible to create 'n' text Box dynamically or at run time with struts2, Also how text box can be accessed because

I cant load Select Box dynamically

2010-08-27 Thread vinodh r
ry()" as a original. if you know please do some modification on action page and paste as reply. 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: Fri

I cant load Select Box dynamically

2010-08-26 Thread vinodh r
Hi,I cant load Select box dynamically. I am new to struts2, but i can do it statically in action page so that it will refelect in jsp page. But what i have to do modification in action page so that i get display in jsp page i loaded array list dynamically from database. Thanks in advance. Here