You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org> on 2007/07/28 08:57:52 UTC

[jira] Commented: (MYFACES-1688) Highlighting of component on error page

    [ https://issues.apache.org/jira/browse/MYFACES-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516144 ] 

Martin Marinschek commented on MYFACES-1688:
--------------------------------------------

Hi Sorin,

this is not enough, sorry. You'll need to go down the component tree and compare ids one by one to find to the correct component. There can be 10 components with the same id on a page in JSF - as an ID is only unique per naming container.

Additionally, I asked you to print the last exception in the stacktrace on top additionally to the first exception - so first, the message of the top exception, second the message of the bottom exception, then the full stacktrace.

regards,

Martin

> Highlighting of component on error page
> ---------------------------------------
>
>                 Key: MYFACES-1688
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1688
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: 1.1.6
>            Reporter: Sorin Silaghi
>            Priority: Trivial
>         Attachments: error_component_highlighting.patch
>
>
> The patch just adds highlighting of the component that produced the error in the component tree

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.