Sorry, I didn't noticed that getContent() is protected. The solution you found is perfect :-)
I didn't find getContent() method to modalWindow component, but it works
well in two steps :
ConnexionContentPanel loginPanel = (ConnexionContentPanel)
modalWindow.get(modalWindow.getContentId());
Form<?>  loginForm = (Form<?>) loginPanel.get("loginForm");

thanks a lot !

2011/5/26 Andrea Del Bene<adelb...@ciseonweb.it>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to