Re: How to give a text field name dynamically?

2007-09-03 Thread Subhani Shaik
Thanks Nuwan. It's working. -- View this message in context: http://www.nabble.com/How-to-give-a-text-field-name-dynamically--tf4358482.html#a12460663 Sent from the Struts - User mailing list archive at Nabble.com. - To unsub

How to give a text field name dynamically?

2007-08-30 Thread Subhani Shaik
Hi, I have the following code... Question Here, 'Questions' is a class that contains 'questionID' as a field. And this returns 'List' over here. When i am iter

Re: Problem in Parameter passing.

2007-08-30 Thread Subhani Shaik
Hi, I understand the problem. I am using the Click here for making the action and I dont have defined in my JSP. If we use like this, we may not receive the parameters in the current form to be transfered to our Action class by using ParameterAware features. Hence, keep the fields with in tags

Problem in Parameter passing.

2007-08-30 Thread Subhani Shaik
Hi, I have a problem while passing some data from my JSP to Action action class. I have a JSP in which I have a text field. Whwn I submit the page, I need to get the text entered in the JSP into Action. I read in a article that if i implement ParameterAware interface to my action class and overr