hmmm... you need to include the extensionsfilter in your web.xml to make that work. And I hope you will not have to include the whole MyFaces Distro then to get that extensionsfilter up and running.
look into the web.xml of our webapps example to see how to set up the extensionsfilter. regards, Martin On 21 Jan 2005 19:38:33 -0000, mfaine <[EMAIL PROTECTED]> wrote: > I'm trying to use inputDate component with Sun RI and I'm getting this error > message: > > From the firefox javascript console: > > Error: jscalendarSetImageDirectory is not defined > Source File: http://localhost:8080/es/faces/pages/document.jsp > Line: 228 > > Error: jscalendarPopUpCalendarForInputDate is not defined > > This (and looking at the source) make me believe I'm missing some files that > are needed to make this work? If so where do I get them? > > Thanks, > -Mark >

