Re: [Struts2] Retrieve parameter scope variables with OGNL

2010-03-25 Thread poof65
are a couple references on Tag files. > > http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPTags5.html > > http://onjava.com/pub/a/onjava/excerpt/jserverpages3_ch11/index.html > > > > On Thu, Mar 25, 2010 at 9:04 AM, poof65 wrote: >> No i didn't try this syntax becau

Re: [Struts2] Retrieve parameter scope variables with OGNL

2010-03-25 Thread poof65
ly it's not the case. On Thu, Mar 25, 2010 at 12:20 PM, Hoying, Ken wrote: > If you can display it with ${ param.blocSource }, did you try > #attr.param.blocSource? > > > > -Original Message- > From: poof65 [mailto:poo...@gmail.com] > Sent: Thursday, March 25, 20

[Struts2] Retrieve parameter scope variables with OGNL

2010-03-25 Thread poof65
Hi, i'm using jsp:include to include a jsp from another but i've a problem to get the value set in the jsp:param tag. I can display the value with EL (${ param.blocSource }) but my goal is to test it in a s:if tag. I've tried many solutions but none of them give me the correct result.