Re: Property expression language into a Map or Properties

2008-02-08 Thread Bill Holloway
That might do it! On Feb 8, 2008 4:55 PM, Sven Homburg <[EMAIL PROTECTED]> wrote: > hm, > > i not tried yet, but may be possible with Ognl, > so please wait for next release of t5components. > there is an OGNL binding inside. > > or try http://213.160.23.119:8080/demo-0.5.7-SNAPSHOT/startpage > >

Re: Property expression language into a Map or Properties

2008-02-08 Thread Sven Homburg
hm, i not tried yet, but may be possible with Ognl, so please wait for next release of t5components. there is an OGNL binding inside. or try http://213.160.23.119:8080/demo-0.5.7-SNAPSHOT/startpage 2008/2/8, Bill Holloway <[EMAIL PROTECTED]>: > > Hi, > > We've got very complex domain classes who

Re: Property expression language into a Map or Properties

2008-02-08 Thread Howard Lewis Ship
No, it simply isn't supported, sorry. Without the type information obtained from real properties, a lot of the T5 magic (such as Grid and BeanEditForm) goes away. On Feb 8, 2008 1:55 PM, Bill Holloway <[EMAIL PROTECTED]> wrote: > Hi, > > We've got very complex domain classes whose types will vary

Property expression language into a Map or Properties

2008-02-08 Thread Bill Holloway
Hi, We've got very complex domain classes whose types will vary page to page. We're thinking about putting all the page display data into Maps or Properties for display. However a property expression like value="personMap.get('name')" doesn't work in the T5 templating language, neither does pers