On 17-11-2008 at 15:52, Nathan Maves wrote: > I have an action event method that checks if there is a value in the > domain object in the action. If there is the object is pulled from a > db and I want to prepoulate the form. > > Eveything works great if I use a GET url parameter like > > /need/art?criteria.reportId=24359304 > > but if I issue a post with that same parameter the data is pull but > the form fields are not pre-populated.
This looks like a difference in population strategy. Any posted values are taken first. There is a BeanFirstPopulationStrategy that let's you do what you want. Oscar -- ,-_ Blessed is the man, who having nothing to say, abstains from /() ) giving wordy evidence of the fact. (__ ( -- George Eliot (1819-1880) =/ () ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
