Re: Tag Data Rendering Issue

2008-05-14 Thread Himanshu Rathore
Hi Laurie, A silly mistake at my end. Had included a TD in CSS wherein text-transform was set to capitalise. And I didn't pay much attention to this particular attribute assuming that nothing would be there. Thanks for your help On Tue, May 13, 2008 at 10:32 PM, Laurie Harper <[EMAIL PROTECTED]>

Re: Tag Data Rendering Issue

2008-05-13 Thread Laurie Harper
Himanshu Rathore wrote: When using tag, the first character of error message is automatically getting converted to upper case. I haven't set any "text-transform" property in my CSS. If I do "View Source", I see proper text but on JSP its behaving weirdly. My CSS: ..errorMessage { color: red; f

Tag Data Rendering Issue

2008-05-13 Thread Himanshu Rathore
When using tag, the first character of error message is automatically getting converted to upper case. I haven't set any "text-transform" property in my CSS. If I do "View Source", I see proper text but on JSP its behaving weirdly. My CSS: .errorMessage { color: red; font: 10px verdana, arial, h