You can still use OGNL, just not by default for the PropertyModels
etc. We removed OGNL as it had seriously bad performance - it showed
up as the last hotspot we had when profiling Wicket -, and it doesn't
seem to be maintained actively anymore (in fact, I had to wait for a
bug fix for almost a year some time ago).

Eelco


On 5/8/06, Anders Peterson <[EMAIL PROTECTED]> wrote:
A different web application framework that I've worked with has "ognl"
available everywhere. It's extremely convenient and powerful!

http://developer.apple.com/documentation/WebObjects/Reference/API5.2.4/com/webobjects/foundation/NSKeyValueCoding.html

Seems to me it wouldn't be difficult to add...

/Anders

Anders Peterson wrote:
> I'm looking for the equivalent of Ognl.setValue(...) and guessing I
> should use wicket.util.lang.PropertyResolver.setvalue(...);
>
> The wicket.util.object package (referred to in the wiki migrate
> instructions) does not exist.
>
> Would it be possible to add a method performActionNamed(String
> expression) to wicket.Component? That's what I'm aiming for...
>
> /Anders


--
http://ojalgo.org/

Mathematics, Linear Algebra and Optimisation with Java


-------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
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&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to