Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread Josh Kamau
Try this //at the top of the your class private String ltpPriceCE = "" ; txtLtpPriceCE = new TextField("txtwicketid", new Model(){ public void setObject(String object) { ltpPriceCE = object } public String getObject(){ return ltpPriceCE ; } }

Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread ajit.khule33
sorry dude it not worked if u have another trick please tell me... thanxxx dude... -- 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-tp4465876p4466206.html Sent from the Users forum mai

Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread Hans Lesmeister 2
Hi, showCalculatorModel.setTxtIntrinsicValueCE(txtLtpPriceCE.getInput()); txtIntrinsicValueCE.modelChanged(); // < target.addComponent(txtIntrinsicValueCE); - -- Regards, Hans http://cantaa.de -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/I-want-upd

Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread ajit.khule33
this is my code: txtLtpPriceCE.add(new AjaxFormSubmitBehavior("onkeyup") { @Override protected void onSubmit(AjaxRequestTarget target) { System.out.println(txtLtpPriceCE.getInput());

Re: I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread Josh Kamau
nt-update-value-in-second-textfield-when-i-type-something-in-second-Textfield-tp4465876p4465876.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr

I want update value in second textfield when i type something in second Textfield

2012-03-12 Thread ajit.khule33
Please tell me how it will get updated when event on one textfield -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/I-want-update-value-in-second-textfield-when-i-type-something-in-second-Textfield-tp4465876p4465876.html Sent from the Users forum mailing list archive