It wouldn't stop the 'main' update unless you write a validator that goes over all fields. And it doesn't really help you with combining those updates. But yeah, validators are one way to help you out at least partly.
Eelco On 5/17/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
why not use a formvalidator to make sure that all required fields have good values? that would make the update transactional. -Igor On 5/17/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > On 5/17/06, Ittay Dror <[EMAIL PROTECTED]> wrote: > what if the framework will allow a ComponentManager to be associate with a component? What would it do though? The naming implies it might do anything, while this topic is about models or even more specifically model updates. > it can then manage these issues. by default, every component will have its own manager (or, > set the manager to 'this') I'm looking for the general case, which seems to be either transactional updating of models (though that wouldn't really help with immutables) or a more sophisticated mechanism for cooperating models. 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?cmdlnk&kid0709&bid&3057&dat1642 _______________________________________________ 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&kid0709&bid&3057&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
