1. Web projects View -> New JSF Project
2. Enter as JSF Environment JSF 1.2 with Facelets, as template - FaceletsKickStart, Press Finish
3. Open inputname.jsp
5 warnings appear at lines:
17(jsfc="h:form"), 19(jsfc="h:inputText"), 19(required="true"), 20(jsfc="h:commandButton"), 21(action="greeting").
So KickStart project can't be runned at server.
- blocks
-
JBIDE-1318 Hook into WTP JSF el model to avoid duplicate warnings
- Resolved
- is related to
-
JBDS-183 update readme.txt for CR1/GA
- Closed