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<[email protected]>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to