Re: Why I cannot receive default value in Textfield?

2012-03-19 Thread xiaowang
Hi, thanks for the replay. I checked onsubmit() and the value has not been transferred if I don't delete the default value. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Why-I-cannot-receive-default-value-in-Textfield-tp4483603p4486021.html Sent from the Users forum

Re: Why I cannot receive default value in Textfield?

2012-03-18 Thread James Carman
Check the value of the ContactPerson1 field in your onSubmit() method. It should contain what gets submitted. The merchant object is unrelated to your text field. On Mar 18, 2012 9:38 PM, "xiaowang" wrote: > Hi, > Now I am using: > > html - > > > > Java - > public class MerchantEditPanel exte