They have a parameter="someValue" for every action mapping you set up. Is that what you want? You can get the value in your Action class by calling String prameterValue = mapping.getParameter(); hope this helps, Mike
----- Original Message ----- From: "Smith, Johnathan M." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 8:55 AM Subject: InitParameter and Actions > In the pass I setup InitParameter's in my web.xml file for my control > (servlet) and the control pass the string on to each model. How can I do > the same thing in Struts. I need to pass a string like a database name to > every action object. I would like it in a files so if I go from dev to QA > to prod I only have to change the name in a file > > > Johnathan Mark Smith > Divisional Assistant Vice President > Information Systems Division > > Phone: (201) 352-1387 > Pager: (201) 718-1370 > Email: [EMAIL PROTECTED] > Text Messaging: [EMAIL PROTECTED] > > > > -- > 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]>

