Re: read html tags from database and display

2005-01-03 Thread Partho Sandell
Jim Barrows sssc.com> writes: > > > -Original Message- > > From: news [mailto:news sea.gmane.org]On Behalf Of Partho > > Sent: Thursday, December 30, 2004 10:28 AM > > To: user struts.apache.org > > Subject: read html tags from database and display > > > > > > I need display html tag

create text fields/radio buttons dynamically by reading from db

2005-01-03 Thread Partho Sandell
I need display html tags on the screen such as text fields, radio buttons etc by reading them from the database. Is there any way that the text fields/radio buttons can be created dynamically, in struts framework, by reading the list of html tags from the database. I would not like to hard cod

Validate seperate fields per button for forms with multiple butto ns

2004-11-28 Thread Partho . Sandell
Hi, I have a form with two buttons and a form bean that uses the validator frame work. The same action class is invoked when any button is clicked. I would like to check different text fields based on which button was clicked. Any pointers how this can be achieved using the validation framework wou

Validate seperate fields per button for forms with multiple butto ns

2004-11-28 Thread Partho . Sandell
Hi, I have a form with two buttons and a form bean that uses the validator frame work. The same action class is invoked when any button is clicked. I would like to check different text fields based on which button was clicked. Any pointers how this can be achieved using the validation framework wou