I don't see a <form> around the <input wicket:id="name">.

Havng a Form is not always necessary. You can add OnChangeAjaxBehavior to
the "name" TextField. This way it will send its value to the server after
being updated.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Tue, Jun 20, 2017 at 9:44 AM, rajan <rajan.chauhan1...@gmail.com> wrote:

> Thanks for your response.
>
>
> I am new to wicket question and implemetation might be funny ..
>
>
> here is the screen shot of HTML file
>
> <http://apache-wicket.1842946.n4.nabble.com/file/n4678095/Capture.png>
>
>
> wicket id= name comes under the "wicket id=form " which is also the parent
> form for all other components.
>
> --
> View this message in context: http://apache-wicket.1842946.
> n4.nabble.com/Accessing-Connets-from-TextFeild-from-
> Other-Form-tp4678090p4678095.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
>
>

Reply via email to