Hello.

Yes you're right its a kind of useActionBean but as written in the best
practices wiki page
(http://www.stripesframework.org/display/stripes/Best+Practices) "Prefer
pre-actions over <stripes:useActionBean ... />".
What I want to do is to include the pre-action forward resolution in a jsp. If I
do that with the useActionBeanTag (<s:useActionBean
beanclass="test.TestUseActionBean" event="view" executeResolution="true"
alwaysExecuteEvent="true" var="myAb"/> with TestUseActionBean handler returning
a ForwardResolution to test-uab.jsp) it avoids the main jsp rendering and only
show the test-uab.jsp


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to