Normally In wicket , the data that gets shown in ui components gets pulled from the models of the components.
One way of doing ur reqt: After submitting the form containing the textfield ,just get its model value and use that value as a page parameter for example to render the base page again. window.opener.location = <url containing the parameter> Or just send out javascript from ajax behavior attached to textfield -swaroop On 10/9/07, boyinamadhavi <[EMAIL PROTECTED]> wrote: > > > Hi, > please help me > i have one popup window. That popup window contains one text field. > how to get value from popup window to main window using apache wicket. > > thanks in advance > madhavi > -- > View this message in context: > http://www.nabble.com/popup-window-using-wicket-tf4594547.html#a13116633 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
