RE: Enumerations in OGNL

2006-02-17 Thread Apache
I think OGNL would require this: m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14431#14431 m2f

Re: Enumerations in OGNL

2006-02-15 Thread Todd O'Bryan
The idiom for static values in OGNL is @[EMAIL PROTECTED] At least I think that's what you're asking... Todd On Feb 15, 2006, at 5:09 AM, Apache wrote: Hi! How do I get OGNL to call: getPerson.getHasFunktion(Person.Funktion.FUNKTION_ADMIN) ? I tried this: But got an error "source is nul

Enumerations in OGNL

2006-02-15 Thread Apache
Hi! How do I get OGNL to call: getPerson.getHasFunktion(Person.Funktion.FUNKTION_ADMIN) ? I tried this: But got an error "source is null for getProperty(null, "FUNKTION_ABTLEITER")". Alex. m2f Sent from www.TapestryForums.com Read this topic onli