In my opinnion best way to learn is by trial and error ;)
Not the most profitable way, though ;) ** Martin 2010/11/1 Brian Topping <[email protected]>: > Adam, > > If you are just getting started, models are one of the most important and > underappreciated aspects of mastering Wicket. It's really worth putting in > the time up front to learn their nuances. > > Have you checked out the excellent Wicket In Action book by Manning Press? > It's one of those books that is worth the money if you value your time... > > Cheers, Brian > > On Nov 1, 2010, at 12:52 PM, Igor Vaynberg wrote: > >> it pulls that value out of its model, so check whatever object the >> model is pointing to. >> >> -igor >> >> On Mon, Nov 1, 2010 at 7:44 AM, adam.gibbons <[email protected]> >> wrote: >>> >>> Hi there! >>> >>> I'm extreamly new to Whicket, trying to put together my first sample >>> application based on the AuthenticatedWebSession example. >>> >>> I have everything up and running nicely now, but I'd like to make a few >>> simple changes. >>> >>> On the LoginPage, there are feilds for username, password and a check box >>> for 'remeber me'. >>> >>> I want the username feild to be empty, but it always says "support", I can >>> not find anywhere in the code where this is set or any way to change it to >>> something I want. >>> >>> In my page's constructor I can get the TextField object for the username >>> feild using get("signInPanel:signInForm:username"), but I don't see any >>> methods for getting or setting the value... >>> I'm sure i'm missing something very obvious!! Any help would be much >>> appriciated!! >>> >>> Kind regards, >>> Adam >>> -- >>> View this message in context: >>> http://apache-wicket.1842946.n4.nabble.com/Really-basic-help-tp3022249p3022249.html >>> Sent from the Users forum mailing list archive at Nabble.com. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
