Re: Override HTML in html fragment

2008-01-21 Thread Eelco Hillenius
> 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  So anything I can do in onComponentTag etc to change the tag name in the
> HTML file?

Yep. From the top of my head, you can do this with tag#setName

Eelco

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Override HTML in html fragment

2008-01-21 Thread Sam Hough

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 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]