Hi,

Trying to learn Wicket, and generally find I have to type a lot of code - creating (anonymous) subclasses for everything.

Why can't Buttons (and Forms...) just be configured using ognl?

myButton.setOnSubmitPath("doSomething");

would call

myButton.getForm().getParent().doSomething();

when the button is pressed.

/Anders
--
http://ojalgo.org/

Java Algorithms for Mathematics, Linear Algebra and Optimisation



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to