Re: [Wicket-user] Beginner Form Questions

2006-06-21 Thread Martijn Dashorst
Re your first point: I'd say you need to register your own converter. This will remove the need for a special component. Converters are not the most beautiful part of wicket (yet), but it is not that hard to accomplish. in Application#init() : applicationSettings.setConverterFactory(new MyConv

[Wicket-user] Beginner Form Questions

2006-06-21 Thread Stefan Arentz
I have two simple use cases that I can't figure out how to implement with Wicket.Example form. Pretty basic and works.public class CreateAdministratorPage extends WebPage{    @SpringBean    private CreateAdministratorFacade mCreateAdministratorFacade;     public CreateAdministratorPage()    {