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

Re: Problem in Parameter passing.

2007-08-30 Thread chris . stewart
Shaik, Assuming you are using Struts1, you need to define your data in a struts ActionForm class. Make sure that the name of your variable is the same in the ActionForm as in the jsp control, and then you will be able to access it using the form object from within the execute method of your st