Hi,

You can change comment's codeAgent. The next time the text field is
rendered it will show the new value.

On Tue, Dec 13, 2011 at 12:56 PM, nunurs <[email protected]> wrote:
> Hello,
>
> I have this TextField linked with the attribute codeAgent of my object
> comment :
> *final* TextField<String> codeAgent = *new* TextField<String>("codeAgent",
> new PropertyModel<String>(      comment, "codeAgent"));
>
> I want to change in java the value of codeAgent, can you tell me, if it is
> possible, how also changed the value displayed by this textField on my web
> page ?
>
> Thanks
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Refresh-a-textField-tp4190022p4190022.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]
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to