Thank you both.  That seems like a reasonable compromise between
functionality and the desire to keep the code in Java instead of EL.

Scott

On 2/4/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

Not much. See
http://wicket.sourceforge.net/apidocs/wicket/util/lang/PropertyResolver.html

We started out with OGNL in the past but:
1) OGNL at one point took about 30% processor time of the whole
request. We simplified and optimized and wrote OGNL out.
2) We feel it's not the recommended way of programming to rely on
property expressions beyond simple navigations
3) By overriding
wicket.model.AbstractPropertyModel#onGetObject(wicket.Component) and
AbstractPropertyModel#onSetObject(Component, Object) users can provide
their own resolving if

Eelco


On 2/4/07, Scott Swank <[EMAIL PROTECTED]> wrote:
> A quick point of curiosity, does the property expression language
support
> expressions beyond "foo.bar"?  I searched the wiki and couldn't find any
> more information that that in the models page under PropertyModel and
> CompoundPropertyModel.
>
> Thank you.
>
> --
> Scott Swank
> reformed mathematician
>
-------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services,
security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user




--
Scott Swank
reformed mathematician
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to