The new way the action tag works is much simpler -- no more need for
LazyValueHolder and crap like that. Instead, just do:

<!-- FooAction execute is called here -->
<ww:action id="foo" name"FooAction"/>

<!-- this gets properties from the FooAction -->
<ww:property value="#foo.blah"/>

-Pat

----- Original Message -----
From: "Cuong Tran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 04, 2003 8:02 PM
Subject: [OS-webwork] How ActionTag in WW2 work?


>
> It seesm that the ActionTag in WW2 behaves differently from WW1.  For
example,
> this doesn't work in ww2:
>
>   <ww:action id='id' name="MyAction">
>      <property value="myProperty"/>
>   </ww:action>
>
> I looked in the source and the tag executes the given action in doEndTag,
> that explains why that didn't work as I expected.  Is this by design in
ww2?
> Also, what is the "id" attribute supposed to do?
>
> =====
> Cuong Q. Tran <[EMAIL PROTECTED]>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
> http://calendar.yahoo.com
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to