RE: struts java script problem

2004-06-03 Thread Tim Penhey
. Tim > -Original Message- > From: R Sridhar [mailto:[EMAIL PROTECTED] > Sent: 03 June 2004 06:13 > To: Struts Users Mailing List > Subject: struts java script problem > > > Hi, > > The solution u have given works fine to populate the list item. But what i >

struts java script problem

2004-06-02 Thread R Sridhar
text fields with appropriae values taken from database. how can i do this. please help me. Sridhar - Original Message - From: "Srinivas Rao" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 10:04 AM Subject

Re: struts java script problem

2004-06-02 Thread R Sridhar
text fields with appropriae values taken from database. how can i do this. please help me. - Original Message - From: "Srinivas Rao" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 03, 2004 10:04 AM Subject: Re: s

Re: struts java script problem

2004-06-02 Thread Srinivas Rao
Hi Sridhar, This is the code to populate the data from the database, specialityList is the collection, it defines the javascript array and to populate the data ...   bye Srinivas R Sridhar <[EMAIL PROTECTED]> wrote: Hi, How to popula

Re: struts java script problem

2004-06-02 Thread Srinivas Rao
Hi Sridhar, This is the code to populate the data from the database, specialityList is the collection, it defines the javascript array and to populate the data ...   bye Srinivas R Sridhar <[EMAIL PROTECTED]> wrote: Hi, How to popula

struts java script problem

2004-06-02 Thread R Sridhar
Hi, How to populate the java script variables with the dynamic data taken from the database in struts. I would like to use these data to fill some other fields based on list or chice selections in the form.Can we use normal style of javascript with the struts validation framework. Please help