Nandan,

parameter attribute in action-mapping is used for method name. you can get 
the request parameters from request object itself in action class, no 
extra setting is required. 
Ex if you have any parameter in request as "type" then use 
String type = (String) request.getParameter("type");

Hope it helps.

Sunil




"Nandakishore Nekkanti" <[EMAIL PROTECTED]> 
11/21/2005 01:44 PM
Please respond to
"Struts Users Mailing List" <user@struts.apache.org>


To
"Struts Users Mailing List" <user@struts.apache.org>, 
<[EMAIL PROTECTED]>
cc

Subject
what is the use of parameter attribute in action tag






Hi

Is there any option  in struts-config.xml to send request parameters to 
the
action.

i guess  parameter attribute in action can do this .Is this for that
purpose.





-- 
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.5 - Release Date: 12/26/2004



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to