Re: Reg DatevalidationRestriction issue.

2008-11-24 Thread Matthias Wessendorf
On Mon, Nov 24, 2008 at 9:06 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> >> java.lang.IllegalArgumentException: Cannot convert mon of type class >> java.lang.String to class [Ljava.lang.String; >> >> at com.sun.el.lang.ELSupport.c

Re: Reg DatevalidationRestriction issue.

2008-11-24 Thread Matthias Wessendorf
> > > > > > > java.lang.IllegalArgumentException: Cannot convert mon of type class > java.lang.String to class [Ljava.lang.String; > > at com.sun.el.lang.ELSupport.coerceToType(ELSupport.java:329) Interesting. The "invalidDaysOfWeek" attribute takes Stri

Reg DatevalidationRestriction issue.

2008-11-24 Thread Azhaguramanhjam, Ramkumar
Hi Iam trying to implement the restrictions on a date by not allowing some invalid days to be entered but I get an IllegalArgumentException at runtime. I think it is trying to convert a string to array at runtime. Can u plz let me know how to use this in a right way?