On Tue, 2006-09-26 at 00:04 -0700, Igor Vaynberg wrote:
> what we need is to come up with a form submission lifecycle listener
> interface that
> FormComponent will implement and other components can implement.
> 
> maybe something like
> 
> IFormListener {
> void validate(); 
> void updateModel();
> }

+1. After that the example can be written as:

public class IntegerRangeField extends Panel implements IFormListener {
    ...
}

Joni


-------------------------------------------------------------------------
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-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to