in your action code you can retrieve it from the ActionMapping passed in to
the perform method via:
mapping.getParameter();

We are using this parameter to indicate the method name to invoke from
perform, so that we have a handful of action classes with many methods on
them rather than a lot of very thin action classes. 

good luck -
Margaret
-----Original Message-----
From: Christoph Breidert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 12:56 PM
To: '[EMAIL PROTECTED]'
Subject: struts-config parameter


Hi everyone,

in the dtd of struts-config it says:

'parameter       
General purpose configuration parameter that can be used
to pass extra information to the Action selected by this
mapping.'

How can I access this parameter in the action. Am I missing something.... ?

Thanks in advance,

Christoph Breidert 
Software - Development 

<<<<<<<<<<<<<<<<<<<<<<<<<<<
<sitewaerts> GmbH
Hebelstraße 15
D-76131 Karlsruhe

Tel: +49 (721) 920 918 0
Fax: +49 (721) 920 918 29
http://www.sitewaerts.de
>>>>>>>>>>>>>>>>>>>>>>>>>>>

Reply via email to