Re: How to pass OGNL expressions to JSP includes

2008-05-19 Thread Randy Burgess
t;> > Regards, >> > Randy Burgess >> > Sr. Web Applications Developer >> > Nuvox Communications >> > >> > >> > >> > >> > From: Wes Gamble >> > Reply-To: Struts Users Mailing List >> > Date: Mon, 19 May 2008 16:38:51

Re: How to pass OGNL expressions to JSP includes

2008-05-19 Thread Wes Gamble
ble <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Mon, 19 May 2008 16:38:51 + > To: Struts Users Mailing List > Subject: Re: How to pass OGNL expressions to JSP includes > > > Randy, > > Thanks! So, in general, is this an alternative way

Re: How to pass OGNL expressions to JSP includes

2008-05-19 Thread Dave Newton
The value stack should be available in a 'ed tag, and you should be able to reference your action's properties in any of the supported ways. Also note that S2 uses a request wrapper so that you may access value stack variables via JSP EL (e.g. ${anActionProperty}). Note that the normal scopes are

Re: How to pass OGNL expressions to JSP includes

2008-05-19 Thread Randy Burgess
links on the Œnet, just Google it. Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications From: Wes Gamble <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List Date: Mon, 19 May 2008 16:38:51 + To: Struts Users Mailing List Subject: Re: How to pass OGNL expressi

Re: How to pass OGNL expressions to JSP includes

2008-05-19 Thread Wes Gamble
Randy,Thanks!  So, in general, is this an alternative way to reference these properties?  Where can I find out more about the ${...} syntax?You said "EL" in your reply.  So, is this standard JSP EL or is it OGNL?  Are they different, or is "EL" in Struts actually OGNL?Thanks,Wes ---

Re: How to pass OGNL expressions to JSP includes

2008-05-19 Thread Randy Burgess
You can use EL outside of Struts tags. Try . Properties in an action will be at the top of the stack. Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications From: Wes Gamble <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List Date: Mon, 19 May 2008 16:25:26 + T