[jbosstools-issues] [JBoss JIRA] (JBIDE-8098) Validate that no unknown attributes are used according to tablibs

Max Rydahl Andersen (JIRA) issues at jboss.org
Mon Jan 20 06:55:54 EST 2014


     [ https://issues.jboss.org/browse/JBIDE-8098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen resolved JBIDE-8098.
----------------------------------------

    Resolution: Out of Date


Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).

If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.

Thank you!


                
> Validate that no unknown attributes are used according to tablibs
> -----------------------------------------------------------------
>
>                 Key: JBIDE-8098
>                 URL: https://issues.jboss.org/browse/JBIDE-8098
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsf
>            Reporter: Lukáš Fryč
>            Assignee: Alexey Kazakov
>             Fix For: LATER
>
>
> Currently, when you type nonexistent attribute, you are lost in the battle trying to find what's wrong.
> Try this:
> <h:commandButton id="commandButton" value="Submit" >
>                 <a4j:ajax onComplete="alert('completed')" />
>             </h:commandButton>
> Neither JSF-RI nor the IDE warn you that you did a mistake and that you should use "oncomplete" instead to show the alert window on completion.
> <h:commandButton id="commandButton" value="Submit" >
>                 <a4j:ajax oncomplete="alert('completed')" />
>             </h:commandButton>
> I propose to check this mistakes on level of IDE and trigger warnings where the unknown attributes is used to give user feedback .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbosstools-issues mailing list