i thought the component is the view.
Like Swing, Wicket components currently are controller + view. MVC is
just a name game though, as there are models, converters and
potentially a whole load of stuff in between.
hmmm,
class Component {
....
protected IController getController() {
return new TrivialController(this, this.getModel());
}
}
and when someone wants better, extend and override
But that's where the fun starts! :) What would the controller that
solves your or Pekka's problem rougly look like?
Eelco
-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user