> it has many assistents for easy building the required
> project structures, the JSF support is great...
This is called the WTP ([url=http://www.eclipse.org/webtools/main.php]Web Tools Platform[/url]). It indeed includes [url=http://www.eclipse.org/webtools/jsf/main.php]JSF support[/url] (click at this page at Downloads, you'll find a nice [url=http://www.eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSFTools_milestone1_tutorial.html]JSF tools tutorial[/url]). Some Eclipse based IDE's are available with the WTP default preinstalled. I'm using Objectweb Lomboz by the way.
thanks dears,
but we can run the jsf appln by copying the jar files in the lib directory of web-inf folder
i tried it on my ecliplse but some error
Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
javax.faces.FacesException: java.lang.ClassCastException
is displayed.....
Hello guys ,
i got, just restarted the sever and it worked
the procedure for configration of eclipse run a faces application which i used was
1. copy the jar files of jsf, not myfaces to web-inf/lib folder these files can be got in coreservlet.com (RI appln..)
2. in web.xml file
<listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>
3. In jboss, go to default folder see for jsf-lib folder and also in "all" (near deploy) folder see for jsf-lib folder delete these folders
4. deploy the application.....