Conditional Content

2008-03-31 Thread Alan Gutierrez
I like displaying my validation error messages right above the control in question. If I markup my document like so... div wicket:id=nameError This was an error. /div input name=name wicket:id=name/ Is there a way to remove div from the Java controller if there is no error? Alan -- Alan

Re: Conditional Content

2008-03-31 Thread Nino Saturnino Martinez Vazquez Wael
use feedbackmessagepanel and then in java info and error... Alan Gutierrez wrote: I like displaying my validation error messages right above the control in question. If I markup my document like so... div wicket:id=nameError This was an error. /div input name=name wicket:id=name/ Is there a