Taavi Tiirik wrote:

> And here comes my problem. I would like to use <webwork:property /> tag
> from within my decorator page to get properties of MyAction. Where in the
> valuestack are they?


Nowhere. Since the decorator runs *after* your page the action will have 
been popped off the stack.

What you can do is to (in your page) bind it to a request attribute:
<webwork:property value="." id="action"/>

and then access that in your decorator:
<webwork:property value="@action">
   ...
</webwori:property>


/Rickard

ps. Yes, WW+SiteMesh kicks some serious a** :-)))

-- 
Rickard �berg
Author of "Mastering RMI"
Chief Architect, TheServerSide.com
   The Middleware Company - We Build Experts!


_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to