User development,

A new message was posted in the thread "Enabling code assist in xhtml files":

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

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--------------------------------------------------------------
Here is a sample facelet template in the new JSF project.  So I type "." after 
person and nothing happens.
 
<ui:composition xmlns="http://www.w3.org/1999/xhtml";
    xmlns:ui="http://java.sun.com/jsf/facelets";
    xmlns:h="http://java.sun.com/jsf/html";
    xmlns:f="http://java.sun.com/jsf/core";
    xmlns:echo="http://www.echo-inc.com/common/web/facelets/taglib";
    xmlns:s="http://jboss.com/products/seam/taglib";
    xmlns:c="http://java.sun.com/jstl/core";
    xmlns:j4j="http://javascript4jsf.dev.java.net/";>
 

         <!-- Balance out panel grid -->
         <h:outputText value="#{person.}" /> <!-- Used to balance out panelGrid 
-->
         
    
</ui:composition>

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

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


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to