Re: OGNL Notation for accessing List Element

2006-11-14 Thread Micha Roon
nd 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 >> >> see >> >> here ) >> >> >> >> I tried this notation in Tapestry and it told me bac

Re: OGNL Notation for accessing List Element

2006-11-10 Thread Bill Holloway
nd: >> >> Where did I go wrong? >> >> thanks for your help, >> >> Micha > > ----------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

Re: OGNL Notation for accessing List Element

2006-11-08 Thread Micha Roon
; I tried this notation in Tapestry and it told me back that it did not >> understand: >> >> Where did I go wrong? >> >> thanks for your help, >> >> Micha > > --------- > To unsubscribe, e-ma

Re: OGNL Notation for accessing List Element

2006-11-07 Thread Martin Strand
How does the code for that method look? it's supposed to look like this: public PropertyType getPropertyName(IndexType index) public void setPropertyName(IndexType index, PropertyType value) On Tue, 07 Nov 2006 13:41:10 +0100, Micha Roon <[EMAIL PROTECTED]> wrote: I am trying to get at a spec

OGNL Notation for accessing List Element

2006-11-07 Thread Micha Roon
exing.html see here ) I tried this notation in Tapestry and it told me back that it did not understand: Where did I go wrong? thanks for your help, Micha -- View this message in context: http://www.nabble.com/OGNL-Notation-for-accessing-List-Element-tf2588481.html#a7217632 Sent from the Tapes