Ok, I get it better now. And is it something that could be shared with
the community?



not really it is complete tied to how our stuff works (that also does have a
swing frondend)


Yes, but is there a "wicketmodel with event listener", or do I have to
define my own? And if I define my own, I guess I'll have either to use
my own components too so that they listen to the changes, or use
another class to do the binding.



If you use swing models then the wicket model or the wicket component
can listen to that event the model has. If you get an event. Set a flag on
the component
or model. Then walk with the IVisitor pattern over all the components and
test that flag.


johan
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to