My page contains the fields for one object. It also displays a table of its
child objects. The table is for displaying purpose only. (The data in the table
won't be in the http request when the form is submitted)

To display this page, the url is /action/abc.action, it will hit the
defaultHandler method of that action. In that method, it populates the action
bean with its children objects. The table on the jsp page gets the data from
${actionBean.object.children}.

When it is submitted and its get validation error, it goes back to
"getContext().getSourcePageResolution()". The defaultHandler method was not
executed and the actionBean was not populated with its children. All data in
child table is gone. Fields are ok, as they get the data from httpRequest.

Is it a bug? How to make the pages display correct data after validation error?


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to