Re: [appfuse-user] re[appfuse-user] quest to object parameter mapping

2009-09-14 Thread Matt Raible
Struts' OGNL framework does this automatically. For further explanation, I would recommend contacting the Struts user mailing list or reading its documentation. Matt On Mon, Sep 14, 2009 at 7:00 AM, measwel wrote: > > Please correct me if I'm wrong; it seems that the mapping of request input > p

[appfuse-user] re[appfuse-user] quest to object parameter mapping

2009-09-14 Thread measwel
Please correct me if I'm wrong; it seems that the mapping of request input parameters to the object parameters is specified by the key name of the input field. For instance in: The input from the textfield is mapped to User.Address.street because key="user.address.street" Furthermore the addr