I have to admit, it was the first thing I missed when I started playing with wicket. I even attempted to create some special form for deep nesting *slaps himself on the head*.
Eelco On 6/21/06, Hugo Visser <[EMAIL PROTECTED]> wrote: > Thanks, that works. Come to think of it, it sounds really obvious actually > :) > > Thanks again, > Hugo > > > On 6/21/06, Eelco Hillenius < [EMAIL PROTECTED]> wrote: > > Just put the form components on your panel, and nest that panel in any > > form you want. Their models will be updated, no matter how deep the > > components are nested. > > > > Eelco > > > > > > On 6/20/06, Hugo Visser <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > As my first wicket exercise I thought I'd create a little utility like > > > wicket application. My application needs to log in to a server on a few > > > occations. I'd like to create a generic login panel and reuse that on my > > > other pages when credentials are required. > > > > > > So I started of creating a panel with a form on it and all is well. > However > > > that form needs a submit button to update the model, and that's not what > I > > > want :) I'd like to incorporate the login panel in another page as part > of > > > one form. For example, I'd like to present a page with login > credentials, > > > some action and a "do it" button. It must be even possible to have more > then > > > one login panels on a page, if the action involves multiple servers. > > > Things that I've come up with is using ajax and onblur events to update > the > > > "login" model, but that doesn't seem "the right thing" to me. > > > > > > Can anybody give me some hints/tips on this to get my app started? > > > > > > Thanks, > > > > > > Hugo > > > > > > > > > > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
