Try this

textField.add(new AbstractBehavior() {

 public void onRendered(Component component) {
   component.getResponse().write("text after text input");
 }

});

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Text-after-input-field-tp3317381p3317612.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to