facebook

Myfaces + Tomahawk + Facelets …

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #277104 Reply

    NCister
    Member

    This message has not been recovered.

    #277138 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #277162 Reply

    NCister
    Member

    This message has not been recovered.

    #277493 Reply

    Laura Moore
    Member

    Wait a minute. If you don’t support “3rd Party” facelets libraries does this mean that if I create my own tags I won’t get any support for them either?

    #277521 Reply

    Riyad Kalla
    Member

    If you don’t support “3rd Party” facelets libraries does this mean that if I create my own tags I won’t get any support for them either?

    Not for Facelets (the autocomplete/validation mechanism is customized because of how facelets tags are written).

    #281172 Reply

    atcode
    Member

    Try this
    http://www.icefaces.org/JForum/posts/list/6825.page

    1. use .jspx instead of .xhtml suffix
    2. use the following root tag instead of <f:view>:
    Code:

    <jsp:root jsfc=”f:view”
    xmlns:jsp=”http://java.sun.com/JSP/Page&#8221;
    xmlns:h=”http://java.sun.com/jsf/html&#8221;
    xmlns:f=”http://java.sun.com/jsf/core&#8221;
    xmlns:ice=”http://www.icesoft.com/icefaces/component&#8221;
    xmlns:ui=”http://java.sun.com/jsf/facelets”&gt;

    This tag is using the Facelets jsfc aliasing feature to turn the jsp:root tag into an f:view tag. This has the benefit that the editor thinks you’re working on a JSPX JSF page and will provide you with the JSF Design Time features, but when the page is compiled the tag will be parsed as an f:view tag, suitable as the root tag for Facelets.

    #283400 Reply

    Hi,

    thanks for atcode sharing this link. Anyway, it would be really great if MyEclipse could support code assist for 3rd party taglibs. And for Facelets-*.xhtml editing of course.

    Kind regards,

    Karsten

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Myfaces + Tomahawk + Facelets …

You must be logged in to post in the forum log in