Re: accessing properties/attributes (scope)

2012-08-20 Thread Christopher Johnson
Thank you, that makes sense. I've read that page a few dozen times and it did not click until you gave the example. Best, -Chris On Mon, Aug 20, 2012 at 3:26 PM, Lukasz Lenart wrote: > 2012/8/20 Christopher Johnson : > > From what I've read there are the followi

Re: accessing properties/attributes (scope)

2012-08-20 Thread Christopher Johnson
pe. I guess I'm just missing something important. How do I access variables in the page scope via ognl expressions? Thank you, -Chris On Mon, Aug 20, 2012 at 9:11 AM, Lukasz Lenart wrote: > 2012/8/20 Christopher Johnson : > > #url turns out to be null because it can't. does

Re: accessing properties/attributes

2012-08-20 Thread Christopher Johnson
On Mon, Aug 20, 2012 at 6:42 AM, Lukasz Lenart wrote: > 2012/8/19 Christopher Johnson : > > fails because the TLD does not accept > > Did you try: > > This gives an error message because ${} expressions are not allowed in the test attribute. > > or > > >

accessing properties/attributes

2012-08-19 Thread Christopher Johnson
I want to be able to access tiles attributes within a template via the construction. The landing page has some code that looks like The pseudo code is something like: if currentURL == url then txt else txt endif I can import the tile attribute into the scope of the JSP with an