input type=text tag is adding background-color attribute while rendering

2008-01-03 Thread venky221
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

Re: input type=text tag is adding background-color attribute while rendering

2008-01-03 Thread Igor Vaynberg
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;