this is my code:
txtLtpPriceCE.add(new AjaxFormSubmitBehavior("onkeyup") {
                                    @Override

                                    protected void onSubmit(AjaxRequestTarget 
target) {

                                        
System.out.println(txtLtpPriceCE.getInput());
                        
showCalculatorModel.setTxtIntrinsicValueCE(txtLtpPriceCE.getInput());
                         target.addComponent(txtIntrinsicValueCE);
                                    }
                                     @Override
                                      protected void onError(AjaxRequestTarget 
target) {

                                         throw new 
UnsupportedOperationException("Not supported
yet.");
                                    }

                                 });

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/I-want-update-value-in-second-textfield-when-i-type-something-in-first-Textfield-tp4465876p4465979.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]

Reply via email to