Re: Mapping between a request parameter name and a Struts form property name

2006-09-05 Thread David Durham
David Friedman wrote: You jogged my memory and I have a solution from the Appendix of "Struts In Action." Version 1.1 and onward (possibly even in 1.0), struts ActionMappings have had two attributes: "prefix" and "suffix." The are from the ActionConfig class but carry over to the ActionMapping c

RE: Mapping between a request parameter name and a Struts form property name

2006-09-01 Thread David Friedman
r 01, 2006 4:42 PM To: Struts Users Mailing List Subject: Re: Mapping between a request parameter name and a Struts form property name Andrey Falaleev wrote: > Hello everybody, > > I'd have the following question: Let's suppose I call a Struts > action, which is bound to a part

Re: Mapping between a request parameter name and a Struts form property name

2006-09-01 Thread David Durham
Andrey Falaleev wrote: Hello everybody, I'd have the following question: Let's suppose I call a Struts action, which is bound to a particular form through struts-config.xml. As far as I know, the request is being analysed internally by Struts at the beginning, such that for each form property th