umm, wicket doesnt do that. something else is probably doing it like
some javascript you have added to the page.

-igor


On Jan 3, 2008 7:12 PM, venky221 <[EMAIL PROTECTED]> wrote:
>
> 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]
>
>

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

Reply via email to