Dashboard > WebWork 1 > WebWork CookBook > Action Tag
  WebWork 1 Log In View a printable version of the current page.  
  Action Tag
Added by Robert Dawson, last edited by Hani Suleiman on Apr 25, 2004  (view change)
Labels: 
(None)

You can set stuff on the action tag by using nested webwork:param's...

<webwork:action name="'UserDetail'">
<param name="user">username</param>
</webwork:action>

useful if you want to the access stuff from the action using one of The Three Uses Of The Property Tag...

<ww:action name="'UserDetail'">
    <ww:param name="user">username</ww:param>
    <ww:property name="firstName"/>
    <ww:property name="lastName />
</ww:action>

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators