Hi Shakir, The schedule, like many Tomahawk components, requires the extensionsFilter to function. If I'm not mistaken, so does the inputFileUpload, so I would be surprised if that actually works without.
The NoClassDefFoundError is easy to fix however: you need to put the commons-fileupload jar-file in your classpath. See http://jakarta.apache.org/commons/fileupload/ for details about the fileupload library. Jurgen Op woensdag 18-04-2007 om 11:15 uur [tijdzone -0400], schreef Shakir Gusaroff: > Hi Jurgen. I installed myfaces-core-11.5 and > tomahawk-1.1.5-SNAPSHOT in jdeveloper10.1.3.2. yesterday. > The following components: inputDate, inputCalendar, inputFileUpload, > inputTextarea are working > fine without ExtensionFilter. But the schedule component is not > working. > I got error message: > javax.faces.FacesException: javax.servlet.ServletException: > ExtensionsFilter not correctly configured. JSF mapping missing. > JSF pages not covered. Please see: > http://myfaces.apache.org/tomahawk/extensionsFilter.html > > When I included in my web.xml extensionfilter I have error message > oracle.classloader.util.AnnotatedNoClassDefFoundError: > Missing class: org.apache.commons.fileupload.FileUpload > Dependent class: org.apache.myfaces.webapp.filter.ExtensionsFilter > Loader: > current-workspace-app.web.Application7-ViewController-webapp:0.0.0 > > Thank you for your help > Shakir > > > > > > > > > > Confidentiality Notice: > This message may contain information that is > confidential or privileged. > > If you are not the intended recipient, > Please advise the sender immediately and delete this message. -- ____________________________________________________ Jurgen Lust email: [EMAIL PROTECTED] blog: http://jroller.com/page/jurgenlust ____________________________________________________

