Hi
If you use a validator like t:validateRegExpr, you assume the value to be
saved on the bean is a String, instead a Date. To make this work you have to
implement a custom converter that implements
org.apache.myfaces.custom.calendar.HtmlCalendarRenderer.DateConverter. In
this case, converter.getA
Hi all,
I have the following code:
pattern="^([0-3]?\d)\.([0-1]?\d)\.((\d){2}|(\d){4})$"
detailMessage="TT.MM. eingeben."/>
The problem is, that the regexpr validator does not work because it gets
the String vom the Date's toString and this is not what is shown i
2 matches
Mail list logo