Re: OGNL Notation for accessing List Element

2006-11-14 Thread Micha Roon
titi') > > OR (if that doesn't do it), > > ognl:page.getName('titi') > > Cheers, > Bill > > > On 11/8/06, Micha Roon <[EMAIL PROTECTED]> wrote: >> >> >> I have one page (Home.html) with its Class (Home.java) and in the class I >

Re: OGNL Notation for accessing List Element

2006-11-08 Thread Micha Roon
getPropertyName(IndexType index) > public void setPropertyName(IndexType index, PropertyType value) > > On Tue, 07 Nov 2006 13:41:10 +0100, Micha Roon wrote: > >> >> I am trying to get at a specific element in a list that is return by a >> GET >> method in my page

OGNL Notation for accessing List Element

2006-11-07 Thread Micha Roon
I am trying to get at a specific element in a list that is return by a GET method in my page. I went to the OGNL home page and saw that the notation session.attribute["foo"] will get the foo element of the attribute list ( http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/indexing.html