On 6/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I'm working with Struts 2.0.6 and I'm trying to use the ModelDriven
Interface.  However, I seem to be having some troubles.  My actionClass
implements ModelDriven, but the values on the page don't fill with the
values of the object returned by getModel().  If I explicitly declare
the getXxx() methods for each attribute of the "model" within the
Action, the values are populated in the .jsp form.
The correct way of populating the values IS  declaring the getters and
setters for each object you want to populate.

Matt Luce
Wells Fargo Funds Management, LLC
414.577.7927
414.359.3537 Fax



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to