As they say, "a million monkeys on typewriters will eventually produce the 
works of Shakespeare".  :-)

I guess I'm "lazy", to each his own.

On Nov 1, 2010, at 1:21 PM, Martin Makundi wrote:

> In my opinnion best way to learn is by trial and error ;)
> 
> 
> 
> 
> Not the most profitable way, though ;)
> 
> **
> Martin
> 
> 2010/11/1 Brian Topping <topp...@codehaus.org>:
>> 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 <adam.s.gibb...@gmail.com> 
>>> 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: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>> 
>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>> 
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 


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

Reply via email to