On Sep 17, 2009, at 9:02 AM, Brandon Atkinson wrote: > Levi, > > Thanks for your help. I ultimately did put an html:hidden in there > to force the value I wanted back. > It just feels weird to mix stripes and html tags... but I guess it > is fine. >
Why don't you simply set the proper value for the tag in the Actionbean before you forward to the JSP? Essentially what you're doing is you're forcing state in to you application via which ever JSP you happen to render, which sort of makes the JSP a bit more of an active participant in the business logic than, well, than I would prefer I guess. If you know what JSP you're forwarding to, you should know what value you want that hidden field to be. So simply set the value in the action bean before you to the forward. Regards, Will Hartung ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
