RE: Arbitrary parameters in ActionMapping?

2002-06-01 Thread Jivan, Rajiv
lease respond to "Struts Users Mailing List" > <[EMAIL PROTECTED]> > > To: Struts Users Mailing List > <[EMAIL PROTECTED]> > cc: > Subject: Re: Arbitrary parameters in ActionMapping? > > > Rick, > > You can already accomplish what you a

Re: Arbitrary parameters in ActionMapping?

2002-06-01 Thread James Holmes
es <[EMAIL PROTECTED]> on > 05/31/2002 > > > 01:32:51 PM > > > > > > Please respond to "Struts Users Mailing List" > > > <[EMAIL PROTECTED]> > > > > > > To: Struts Users Mailing List > > > <[EM

Re: Arbitrary parameters in ActionMapping?

2002-06-01 Thread Tim Sawyer
<[EMAIL PROTECTED]> on 05/31/2002 > > 01:32:51 PM > > > > Please respond to "Struts Users Mailing List" > > <[EMAIL PROTECTED]> > > > > To: Struts Users Mailing List > > <[EMAIL PROTECTED]> > > c

Re: Arbitrary parameters in ActionMapping?

2002-05-31 Thread Raffy_Lata
thanks James Holmes <[EMAIL PROTECTED]> on 05/31/2002 03:03:23 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject: Re: Arbitrary parameters in ActionMapping? That&#x

Re: Arbitrary parameters in ActionMapping?

2002-05-31 Thread James Holmes
Users Mailing List" > <[EMAIL PROTECTED]> > > To: Struts Users Mailing List > <[EMAIL PROTECTED]> > cc: > Subject: Re: Arbitrary parameters in ActionMapping? > > > Rick, > > You can already accomplish what you are describing > with

Re: Arbitrary parameters in ActionMapping?

2002-05-31 Thread Raffy_Lata
<[EMAIL PROTECTED]> cc: Subject: Re: Arbitrary parameters in ActionMapping? Rick, You can already accomplish what you are describing with the current Struts architecture via elements. This will call the setProp(String value) method of your action object with the "val" value.

Re: Arbitrary parameters in ActionMapping?

2002-05-31 Thread James Holmes
Rick, You can already accomplish what you are describing with the current Struts architecture via elements. This will call the setProp(String value) method of your action object with the "val" value. The Struts Console makes it easy for setting these properties on actions. http://www.ja