[jboss-user] [JBoss Tools] New message: "Re: Jboss tools 3.1, create a jsf 2.0 project"

Krasimir Goutcev do-not-reply at jboss.com
Wed Mar 17 06:15:04 EDT 2010


User development,

A new message was posted in the thread "Jboss tools 3.1, create a jsf 2.0 project":

http://community.jboss.org/message/532460#532460

Author  : Krasimir Goutcev
Profile : http://community.jboss.org/people/krasig

Message:
--------------------------------------------------------------
See what i have done:
 
1.create "Library Set" ->JSF 2.0 ( jsf-api-2.0.2-b10.jar, jsf-impl-2.0.2-b10.jar )
2.create "Library Set" -> Facelets (jsf-facelets-1.1.15.B1.jar)
3. create "Custom capabilitis" -> JSF2 with Facelets ( Library sets - JSF 2.0,Facelets)

4. create JSFProject
5.Add Custom Capabilities -> Select created on step 3

6.create a simple test page:
 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:ui="http://java.sun.com/jsf/facelets">
 + 
+       <h:body>
           aaa
       </h:body>
+
+
+
+  </html>+
7. deploy on Tomcat 6
 
 
So testing ot FF everithing is OK
but on IE I see this :
http://community.jboss.org/servlet/JiveServlet/showImage/2348/EIPorblem.png
 
Any help is welcome.

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/532460#532460




More information about the jboss-user mailing list