Re: Having non-String types values in the ActionForm
Posted By:
alan_do
Posted On:
Monday, July 11, 2005 12:45 PM
i am not sure where you got this idea from, but this isn't the case. you CAN and will eventually need to use objects in your action forms. this is especially critical when you use indexed properties to handle more complex form elements. i have been using struts for over 2 years and have yet to find an app that doesn't require some sort of object to be kept in the ActionForm. -/a