There is a 'parameter' attribute on the <action> element, which you might be able to use for this, if you're not already using it for something else (such as DispatchAction).
-- Martin Cooper > -----Original Message----- > From: Abdullah, Khurrum [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 14, 2002 3:33 PM > To: 'Struts Users Mailing List' > Subject: action config > > > > I am doing http post from my Action Class to another server. > For this server > I need some config parameters like hostname and port number. > Can I specify > there parameter in struts-config.xml and get them in my > action class. If not > what is the best way of getting configuration parameters for > each action > class. > > Thanks > Khurrum > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

