What do I need to import for this to exist.

When attempting to deploy a test application,

The build is successful, the deployment is successful but the browser comes up with a webpage telling me"this resource not available".

I check the server logs up to the point of deployment.

The following is the first error listed, looking at the classes available I do not find the "com.sun.rave.web.ui.util.UploadFilter" in the popup list.

What has to be imported to make this available?

[#|2007-06-17T20:30:10.434-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=14;_ThreadName=httpWorkerThread-4848-1;_RequestID=

cf225192-0927-49bf-815d-cbce2e621b5b;|WebModule[/YBF_web]Exception starting filter UploadFilter

java.lang.ClassNotFoundException: com.sun.rave.web.ui.util.UploadFilter

[809 byte] By [cplmckenziea] at [2007-11-27 7:57:40]
# 1
This thread might help: http://forum.java.sun.com/thread.jspa?forumID=427&threadID=5125277My suggestion is to not use GUI's to develop JSF. It's far more advantageous to learn the platform in more detail.CowKing
IamCowKinga at 2007-7-12 19:39:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...