facebook

JSF 1.2 With Facelets

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 15 posts - 16 through 30 (of 36 total)
  • Author
    Posts
  • #281790 Reply

    Yes we are seeing these validation errors in our xhtml pages. ;-(

    #284205 Reply

    TobyDyer
    Member

    This message has not been recovered.

    #284249 Reply

    Riyad Kalla
    Member

    This message has not been recovered.

    #304647 Reply

    jwcard
    Member

    This message has not been recovered.

    #304668 Reply

    This message has not been recovered.

    #304691 Reply

    jwcard
    Member

    This message has not been recovered.

    #304726 Reply

    This message has not been recovered.

    #304739 Reply

    fabio
    Member

    This message has not been recovered.

    #304740 Reply

    fabio
    Member

    This message has not been recovered.

    #304755 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #308983 Reply

    hb
    Member

    Here is a block of sample code. In this block MyEclipse highlights ‘requiredMessage’ as unknown attribute
    Code:

    <h:selectOneMenu value="{LoginBean.loginOrganization}" requiredMessage="Organization Required" tabindex="3">
         <f:selectItems value="#{LoginRS.orgs}"/>
         <f:converter converterId="OrganizationConverter"/>   
    </h:selectOneMenu>
    

    Hope this helps…

    Any progress on this? Seems this is still a bug in 8.5. Myeclipse flags “requiredMessage” as error but not “requireMessage” (but that won’t work).

    I would try to add the missing “d” if someone could point me to the right file.

    #309001 Reply

    Brian Fernandes
    Moderator

    hb,

    I believe we did fix this bug in 8.5 but I will ask the team to take another look at it now. If you invoke auto complete inside the h:selectOneMenu element (after deleting require[d]Message) you should be prompted with the attribute from autocompletion.

    Are you prompted with requireMessage or requiredMessage?

    #309019 Reply

    hb
    Member

    Are you prompted with requireMessage or requiredMessage?

    that’s the Problem: Autocomplete gives me the wrong “requireMessage” and the right one is flagged as error (at h:inputText btw)

    #309035 Reply

    support-joy
    Member

    hb,

    Thank you for your feedback. I shall escalate your findings to the dev team.

    Best.

    #313917 Reply

    Marc
    Member

    @support-joy wrote:

    hb,

    Thank you for your feedback. I shall escalate your findings to the dev team.

    Best.

    Any update as to when this will be fixed? We still see this issue in 8.6.

    Version: 8.6.1
    Build id: 8.6.1-20101117

Viewing 15 posts - 16 through 30 (of 36 total)
Reply To: JSF 1.2 With Facelets

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