Well...

public void performActionNamed(String anExpression) {
        PropertyResolver.getValue(anExpression, this);
}

I'm sure it needs to return anything, but maybe it could be passed some sort of context object (if available).

/Anders

Johan Compagner wrote:
Yes it is the wicket.util.lang.PropertyResolver class

What would that perform do?
How does it look like?

PropertyResolver has limited support for executing methods.
something like:
Object value = PropertyResolver.getValue ("getAddressArray()", person);
is supported.

johan



On 5/8/06, *Anders Peterson* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> 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
    <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
    _______________________________________________
    Wicket-user mailing list
    Wicket-user@lists.sourceforge.net
    <mailto:Wicket-user@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/wicket-user
    <https://lists.sourceforge.net/lists/listinfo/wicket-user>




--
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

Reply via email to