RE: Validation component feedback in table column

2009-07-17 Thread Russell Simpkins
Use the ComponentFeedbackPanel, ccFeedback = new ComponentFeedbackPanel(ccNumberError,ccNumber); ccFeedback.setOutputMarkupId(true); addOrReplace(ccFeedback);then you can do this: input wicket:id=ccNumber value= class= type=text / span wicket:id=ccNumberError/span From: rinoc...@live.se To:

RE: Validation component feedback in table column

2009-07-17 Thread Kenneth NA
this problem? /Kenneth From: russellsimpk...@hotmail.com To: users@wicket.apache.org Subject: RE: Validation component feedback in table column Date: Fri, 17 Jul 2009 06:03:35 -0400 Use the ComponentFeedbackPanel, ccFeedback = new ComponentFeedbackPanel(ccNumberError,ccNumber