I brought this up a while ago (and was able to get it working although it was very hackish and not tested very well, but it did work for the time I was testing it):

http://www.mail-archive.com/[EMAIL PROTECTED]/msg03509.html

I also opened up an issue:

http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-232

Vincent Faidherbe wrote:
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








------------------------------------------------------- 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