Re: Question about OGNL / EL

2010-12-06 Thread Greg Akins
Dave. The partnerId is being set, in the action class using session.put("partnerId", "11") On Mon, Dec 6, 2010 at 1:27 PM, Alfredo Manuel Osorio Martinez wrote: > Try replacing %{partnerId} with %{#session.partnerId} Thanks! That worked > > Alfredo Osorio > > -Mensaje original- > De:

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 question

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