Question about OGNL / EL

2010-12-06 Thread Greg Akins
This might not be specifically a OGNL question. I've got some code that doesn't appear to behave correctly. - ${partnerId} When I open this page the title includes the partnerId but the url doesn't partnerId is set on the Session. I'm wondering if it isn't set when the tag is evaluated, but

Re: Question about OGNL / EL

2010-12-06 Thread Maurizio Cucchiara
The url value syntax should be fine. Did you try to test without sitemesh? 2010/12/6 Greg Akins : > This might not be specifically a OGNL question.  I've got some code > that doesn't appear to behave correctly. > > - > ${partnerId} > > > When I open this page the title includes the partnerId bu

Re: Question about OGNL / EL

2010-12-06 Thread Dave Newton
How/where is partnerId defined? Dave On Mon, Dec 6, 2010 at 12:49 PM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > The url value syntax should be fine. Did you try to test without sitemesh? > > 2010/12/6 Greg Akins : > > This might not be specifically a OGNL question. I've got so

RE: Question about OGNL / EL

2010-12-06 Thread Alfredo Manuel Osorio Martinez
Try replacing %{partnerId} with %{#session.partnerId} Alfredo Osorio -Mensaje original- De: Greg Akins [mailto:angryg...@gmail.com] Enviado el: Monday, December 06, 2010 11:16 AM Para: user@struts.apache.org Asunto: Question about OGNL / EL This might not be specifically a OGNL

Re: Question about OGNL / EL

2010-12-06 Thread Greg Akins
gt; -Mensaje original- > De: Greg Akins [mailto:angryg...@gmail.com] > Enviado el: Monday, December 06, 2010 11:16 AM > Para: user@struts.apache.org > Asunto: Question about OGNL / EL > > This might not be specifically a OGNL question.  I've got some code >