Hi,

I am constructing an input text box as
<input type=text wicketId="abc" STYLE="position:absolute; width:120px;
height:15px;">

This markup, I am making available using the getMarkupResourceStream()
method.
Now the problem is, when the content is rendered, the STYLE element will be
appended with "background-color: rgb(255, 255, 160)" attibute to it(which
fills the text box with yellow).
I am using plain html(no css is used).
Is there any way I can avoid this ??

Thanks,
Venkat
-- 
View this message in context: 
http://www.nabble.com/%3Cinput-type%3Dtext%3E-tag-is-adding-background-color-attribute-while-rendering-tp14610176p14610176.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]

Reply via email to