RE: ActionMappings parameter - field

2001-12-13 Thread Tom Klaasen (TeleRelay)
cember 2001 13:45 > To: [EMAIL PROTECTED] > Subject: ActionMappings parameter - field > > > Hi, > What is the parameter - field for in the ActionMapping class ? > I was thinking about storing some info there that I use to communicate > some things betwe

RE: ActionMappings parameter - field

2001-12-13 Thread Sobkowski, Andrej
December 13, 2001 8:18 AM > To: 'Struts Users Mailing List' > Subject: RE: ActionMappings parameter - field > > > Hi Tuomo, > > The mapping parameter is an arbitrary string associated with > a mapping that > can be accessed via mapping.getParameter (). > > Jo

Re: ActionMappings parameter - field

2001-12-13 Thread Tuomo Syvänperä
(). > > Jon. > > -Original Message- > From: Tuomo Syvänperä [mailto:[EMAIL PROTECTED]] > Sent: 13 December 2001 12:45 > To: [EMAIL PROTECTED] > Subject: ActionMappings parameter - field > > Hi, > What is the parameter - field for in the ActionMapping cla

RE: ActionMappings parameter - field

2001-12-13 Thread Jon.Ridgway
parameter - field Hi, What is the parameter - field for in the ActionMapping class ? I was thinking about storing some info there that I use to communicate some things between my actions. Is it safe to just call ActionMapping.setParameter and set its value or should it be put inside a synchronized

ActionMappings parameter - field

2001-12-13 Thread Tuomo Syvänperä
Hi, What is the parameter - field for in the ActionMapping class ? I was thinking about storing some info there that I use to communicate some things between my actions. Is it safe to just call ActionMapping.setParameter and set its value or should it be put inside a synchronized block ? /tuomo