0

I am using JSF 1.2 with apache Trinidad.I have used the following to take date as input

<tr:inputDate label="Date From"  value="#{someBean.fromDate}">

                <tr:convertDateTime messageDetailConvertDate="Invalid Date" pattern="dd-MM-yyyy"/>

                </tr:inputDate>

After doing this I can see the error message when I enter invalid date.But the problem is I can not find an attribute to plug css style to

<tr:convertDateTime >.

I tried to keep the tr:convertDateTime tag in a div class and applied css styling to it but that did not work.

Ayan Biswas
  • 1,641
  • 9
  • 39
  • 66

1 Answers1

1

Hi you can style it with the selectors you can find here: http://myfaces.apache.org/trinidad/skin-selectors.html

lkdg
  • 1,031
  • 7
  • 18