On Mon, Nov 24, 2008 at 9:06 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: >> <tr:validateDateRestriction invalidDaysOfWeek="Mon"/> >> >> </tr:inputDate> >> >> >> >> 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 String[], but should take a > single string. > > Can you file a bug ?
ok, on my app it works (on WLS) Are you eventually mixing some libs ? Eg. JSF 1.2 and Trinidad 1.0.x ? If you are on JSF 1.2 (what the error kinda says), you need Trinidad 1.2.x -Matthias > > -Matthias > >> >> >> >> Thanks >> >> Ramkumar A >> >> Phone:410-332-3341 >> >> > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
