Re: Submitting a component value on a ajax call of a different component

2010-06-28 Thread jammyjohn
AjaxFormComponentUpdatingBehavior("onchange"). the onUpdate method is called, but not the getCallbackScript method.. Could anybody please help me? Thanks, J -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Submitting-a-component-value-on-a-ajax-call-of-a-different-component-tp22649

Re: Submitting a component value on a ajax call of a different component

2010-06-25 Thread jammyjohn
target.addComponent(feedbackPanel); } }); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Submitting-a-component-value-on-a-ajax-call-of-a-different-component-tp2264940p226875

Re: Submitting a component value on a ajax call of a different component

2010-06-24 Thread Michael O'Cleirigh
Hello, What you need to do is add a parameter to the url of the behaviour. But the trick is that you don't attach a fixed string but rather an &otherFieldValue=' + document.getElementById(otherFieldComponentMarkupID).value which will use javascript to extract the current value of the referen

Re: Submitting a component value on a ajax call of a different component

2010-06-23 Thread jammyjohn
. Thanks for your time. J. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Submitting-a-component-value-on-a-ajax-call-of-a-different-component-tp2264940p2266036.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Submitting a component value on a ajax call of a different component

2010-06-23 Thread vov
http://www.wicketstuff.org/wicket14/ajax/choice -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Submitting-a-component-value-on-a-ajax-call-of-a-different-component-tp2264940p2265189.html Sent from the Wicket - User mailing list archive at Nabble.com

Submitting a component value on a ajax call of a different component

2010-06-22 Thread jammyjohn
the drop down box to the ajax behavior of text component because the fields need to be updated based the selected value from the dropdown. Please suggest. Thanks for your time. J -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Submitting-a-component-value-on-a-ajax