I tried to follow the example in chapter 3 of book mentioned.

ComponentFeedbackMessageFilter
JAVA:
Formcomponent fName;
form.add(new FeedbackPanel("nameFeedback", new
ComponentFeedbackMessageFilter(fName)));

HTML:

<label for="first_name">*First Name:</label>
<input wicket:id="firstName" class="inputTxt" type="text" id="first_name" />
<div wicket:id="nameFeedback"></div>



I do not get any output in the first name textbox.

Can you let me know what I am doing wrong

Thank you


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Feedback-next-to-each-input-field-on-form-tp4649886p4650197.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