Look at https://cwiki.apache.org/WICKET/type-safe-testing-in-wicket.html
to get rid of fragile string:component:paths.

Also look at compoundpropertymodel (try avoid using it for
suprisitivity) and propertymodel:
* https://cwiki.apache.org/WICKET/working-with-wicket-models.html

**
Martin

2010/11/1 adam.gibbons <[email protected]>:
>
> 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]

Reply via email to