Gary,
> Clearly all the input tags are picking up as their defaults the most recent
> value set in the {actionBean} i.e. the most recently-set value, whichever
> bean was used. That is not what I need. I need the page to retain all the
> properties of two distinct action beans. Calling one form changes the
> properties of its own action bean, but the properties of the other action
> bean must be separately retained for later use. The properties of the
> second bean must not change even if the first bean is changed several times.
OK now you are defining more clearly what you are trying to achieve.
Perhaps this will work:
- @SessionScope on the Action Beans
- <s:useActionBean beanclass="..." id="actionBean1"/> and actionBean2
- <s:text name="someName" value="${actionBean1.someValue}"/>
FD
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users