Hi Scott, you can write your own FormComponent based on the textComponent, just rewrite the methods that changes the tags.
I did it with a panel, so I tooks the code from wicket panel. Benoît de Biolley > Date: Sat, 11 Jun 2011 00:03:36 -0400 > From: [email protected] > To: [email protected] > Subject: Dynamic AJAX text in WebMarkupContainer > > I am using Wicket with jQuery Mobile. I cannot use Wicket Label because > it interferes with (eliminates) the jQM styling. I am using > WebMarkupContainer for most components but I need to have dynamic AJAX > text and would appreciate help on how to do it with WebMarkupContainer > or any other ideas on how to resolve this issue. > Thanks, > Scott > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
