I'm staring a project as Maven project web app. Then i create the web page in .xhtml
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.prime.com.tr/ui">
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.prime.com.tr/ui">
I want when I type <p: and press Ctrl + Space, it should show the auto completion to help my work.
The steps are very easy:
- Download Eclipse bundle release Helios
- Goto your project, right click, then click on Properties
- Goto Project Facest (see left menu)
- Convert the project, choose the configuration as JavaServer Faces 2.0 Projects
- Applying to your project (the eclipse will rebuild your project)
- Done!
No comments:
Post a Comment