> /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.
> 
> my form is defined as with one of the fields as an example
> 
> <s:form beanclass="${actionBean.class}" id="reportForm">
Did you try it with an action instead of a beanclass? 
I once had the problem, that I forgot a leading "/" before my action attribute 
("call/Report.action" instead of "/call/Report.action") and the values were not 
repopulated.

Florian


-------------------------------------------------------------------------
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

Reply via email to