eclipse « JSP « JSF Q&A





1. Why not able to get the 'Run on Server' option for JSF jsp page on eclipse, weblogic, JBossTools?    stackoverflow.com

I am trying to run a JSF 1.2 application created using Eclipse Ganemede and JBoss Tools on WebLogic 10.0 MP1 I have created a simple JSF helloworld application and have added a ...

2. How to properly declare in a JSF page that an object is present in the sesion object with a given type?    stackoverflow.com

I have a legacy JSF 1.0 application (using JSP, not facelets) which I have now migrated from MyEclipse to Eclipse 3.5 JEE, and I get a lot of errors from code ...

3. Tomcat server in Eclipse errors on web.xml    stackoverflow.com

I'm new to JSP/JSF & Richfaces & Tomcat. I currently have a project checkout out locally and have tomcat configured in my eclipse installation to run my project. Now the following message seems ...

4. How to make auto-indent work in Eclipse for jsp/jsf/xhtml pages?    stackoverflow.com

I'm using Eclipse Helios with WTP. I would like eclipse to auto-indent jsf pages. Eclipse fails to do that properly and I didn't find any place that I can configure what I ...

5. Java Servlet and JSP/JSF Help/Guidance    stackoverflow.com

I've had very limited exposure to Java Web development side and suddenly been asked to work on a web application and learn to maintain it. I’m struggling to setup an environment ...

6. tomcat can't start projectname/index.jsp    stackoverflow.com

I have the exact same problem as but Run JSF project on Apache Tomcat solution provided by BalusC somehow doesn't work for me. Problem started after i added jar's for ...

7. Exception trown during startup of Tomcat eclipse instance, when trying to run a jsp page on server    coderanch.com

Hello, I'm new to JavaEE and JSF. I've made a simple project using Apache 6.0.14 and Java Server Faces 1.2, Then I've added some JSTL libraries (jstl-api-1.2.jar and jstl-impl-1.2.jar). I've made simple JSP page, there are no navigation rules, and no beans. For the first time the page was displayed properly, and a local instance of tomcat in eclipse successfully started ...