facebook

JSF 1.2 Tag validation and third party tag validation

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #295554 Reply

    Paul Lai
    Member

    Hi expert,

    I’m now using MyEclipse prof on a project which use JSF 1.2 Facelets and Richfaces as web UI. I can configure all of them, but I found that MyEclipse cannot validate JSF 1.2 and richfaces tag, even it works fine after deploy.

    I am curious that seems MyEclipse only support JSF 1.1, cause I only can see JSF support library of SUN RI 1.1. But when I add Facelets capacibility, it said it only work on JSF 1.2?! and I think something inside the Facelets contains JSF 1.2 jar files. So features only support on 1.2 works without problem…. However, some tag attribute cannot be recoginized in the editor. Guess MyEclipse still using 1.1 tags for validation.

    Anything I can do to make MyEclipse to use 1.2 tags instead of 1.1?? and I also want to add richfaces tag support on the editor as well, any method I can do it?

    Thanks all!!

    #295592

    Loyal Water
    Member

    JSF 1.2 is supported, it’s just part of Java EE 5 now, so it’s inside the Java EE 5 libraries.

    Can you tell me what tags are not validating correctly for you.

    #295714

    Paul Lai
    Member

    Thanks for your reply, I experienced problem that ‘layout’ attribute of h:panelGroup not being recognized, and which is new attribute on JSF 1.2.

    where h: is xmlns:h=”http://java.sun.com/jsf/html”

    h:panelGroup layout=”block”

    #295961

    Paul Lai
    Member

    Hi, does anyone can answer my question?

    Many thanks!!

    #296016

    Loyal Water
    Member

    BOAHK,
    I have filed a PR and the dev team is looking into this issue. We will try and fix this asap. Sorry for the inconvenience.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: JSF 1.2 Tag validation and third party tag validation

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