User development,

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

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

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

Message:
--------------------------------------------------------------
It does not do the code assist after the wizard completion.
 
I added facelets support via the JBoss Tools:
 
<!-- Facelets support -->
    <application>
        <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
    </application>
 
Is there anything else I need to do?
 
For example:
 
For this facelet fragment: <h:inputText 
value="#{cardBillingAndSettlementEditorUI.}"/>
 
I see this when I enter ".": "#{cardBillingAndSettlementEditorUI.}"
 
???

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

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


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to