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
