Re: Passing an argument from struts-config.xml to an action.

2002-11-28 Thread Gemes Tibor
2002. november 28. 12:13 dtummal ROSSEL Olivier ezt rtad: I read on the list that it is impossible to pass a property from struts-config.xml to an Action. Example: action set-property name=foo valuebar/ /action except if you overload the ActionMapping used for that

RE: Passing an argument from struts-config.xml to an action.

2002-11-28 Thread ROSSEL Olivier
: Passing an argument from struts-config.xml to an action. 2002. november 28. 12:13 dátummal ROSSEL Olivier ezt írtad: I read on the list that it is impossible to pass a property from struts-config.xml to an Action. Example: action set-property name=foo valuebar/ /action

RE: Passing an argument from struts-config.xml to an action.

2002-11-28 Thread Míguel Ángel Mulero Martínez
Use the DispatchAction. See the documentation. -Mensaje original- De: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 28 de noviembre de 2002 13:08 Para: 'Struts Users Mailing List' Asunto: RE: Passing an argument from struts-config.xml to an action. Sure. From

Re: Passing an argument from struts-config.xml to an action.

2002-11-28 Thread Craig R. McClanahan
On Thu, 28 Nov 2002, ROSSEL Olivier wrote: Date: Thu, 28 Nov 2002 12:13:22 +0100 From: ROSSEL Olivier [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Passing an argument from struts-config.xml to an action. I read