Please open a bug report, and if possible, some sample code attached to the bug. This is something I want to get working as well.


From: Vincent Faidherbe <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [OS-webwork] WW2 Tags in SiteMesh decorators
Date: Mon, 29 Sep 2003 10:44:46 +0200

It seems that it isn't possible to use WW2 tags in SiteMesh decorators because tags suchs ww:property or ww:iterator fail to rerieve the ValueStack from the ActionContext.
I had a the same issue in a home-made tag but I fixed the problem by replacing the call ActionContext.getContext().getValueStack() by (OgnlValueStack)request.getAttribute("webwork.valueStack"). I think it should be an issue related to the fact that the ActionContext is thread-local variable.
Any idea?




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

_________________________________________________________________
Instant message with integrated webcam using MSN Messenger 6.0. Try it now FREE! http://msnmessenger-download.com




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to