facebook

JSF Error false positive

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    Tony Herstell
    Participant

    This:

    <p:button icon="ui-icon-search" value="#{messages.button_peek}" onclick="groupingDialog#{eachGrouping.id}.show(); return false;" />
    

    gives an error:

    Multiple annotations found at this line:
        - Syntax error on token "}", delete this token
        - Syntax error on token "Invalid Character", ; 
         expected

    It still works fine… AND it may actually be correct (against the spec!)…

    Long story why I do this… its to do with ID munging!

    Is this MyEclipse that’s validating the JSF?

    #340962

    balanceofpower,

    We could replicate the issue at our end.

    MyEclipse is validating the JSF file which is causing the Javascript validation error. For your convenience, you can avoid this error by excluding the file from validation. Right click on the file and select MyEclipse > Exclude from validation.

    I have filed a PR for the dev team to investigate on this issue. Sorry for the inconvenience caused.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSF Error false positive

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