We want to switch an input field between "input type=text" and "textarea" depending on how large the existing data is. Is there any way to do this without needing a spurious placeholder element? ie We would rather not have a but rather just get the <text or <textarea in the final HTML .
So anything I can do in onComponentTag etc to change the tag name in the HTML file? Cheers Sam -- View this message in context: http://www.nabble.com/Override-HTML-in-html-fragment-tp14995403p14995403.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
