Re: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-10-05 Thread Francisco Hernandez
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 04, 2003 11:01 PM Subject: RE: [OS-webwork] WW2 Tags in SiteMesh decorators I don't know... Have you had problems with it? -Original Message- From: Frederick N. Brier [mailto:[EMAIL PROTECTED] Sent: Friday

Re: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-10-05 Thread Pat Lightbody
that than SiteMesh will work fine without any trickery with filters or cleanup. -Pat - Original Message - From: "Jason Carreira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 04, 2003 11:01 PM Subject: RE: [OS-webwork] WW2 Tags in SiteMesh decor

RE: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-10-04 Thread Jason Carreira
I don't know... Have you had problems with it? > -Original Message- > From: Frederick N. Brier [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 6:41 PM > To: [EMAIL PROTECTED] > Subject: RE: [OS-webwork] WW2 Tags in SiteMesh decorators > > > I

RE: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-10-03 Thread Frederick N. Brier
e- > From: Frederick N. Brier [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 10:20 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] WW2 Tags in SiteMesh decorators > > > This is exactly what I got working this weekend with my change to the > tag. I

Re: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-10-02 Thread Pat Lightbody
al. I don't think we're going to make the ActionTag leave its ActionContext out there. It needs to be returned to the original. > -Original Message- > From: Frederick N. Brier [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 10:20 PM > To: [EMAIL PROTEC

RE: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-30 Thread Jason Carreira
leave its ActionContext out there. It needs to be returned to the original. > -Original Message- > From: Frederick N. Brier [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 10:20 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] WW2 Tags in SiteMesh decorator

Re: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-29 Thread Frederick N. Brier
, 2003 2:56 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] WW2 Tags in SiteMesh decorators I think this is the other way around: SiteMesh wraps the output from WW into a decorated HTML page. Regards, Jérôme. Jason Carreira wrote: The problem is that Sitemesh is a filter, so it operates bef

Re: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-29 Thread Francisco Hernandez
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/ViewIs

Re: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-29 Thread Francisco Hernandez
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/ViewIs

Re: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-29 Thread Jerome BERNARD
after the request reaches the Servlet... -Original Message- From: Jerome BERNARD [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 2:56 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] WW2 Tags in SiteMesh decorators I think this is the other way around: SiteMesh wraps the outp

RE: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-29 Thread Jason Carreira
; To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] WW2 Tags in SiteMesh decorators > > > I think this is the other way around: SiteMesh wraps the > output from WW > into a decorated HTML page. > > Regards, > Jérôme. > > Jason Carreira wrote: > > >The

Re: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-29 Thread Jerome BERNARD
Jason -Original Message- From: Vincent Faidherbe [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 4:45 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] WW2 Tags in SiteMesh decorators It seems that it isn't possible to use WW2 tags in SiteMesh decorators because tags suchs ww:p

RE: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-29 Thread Jason Carreira
[EMAIL PROTECTED] > Subject: [OS-webwork] WW2 Tags in SiteMesh decorators > > > 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

Re: [OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-29 Thread Patrick Lightbody
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,

[OS-webwork] WW2 Tags in SiteMesh decorators

2003-09-29 Thread Vincent Faidherbe
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().getValueS