You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dave Brunette (JIRA)" <de...@myfaces.apache.org> on 2007/09/06 19:20:33 UTC

[jira] Created: (TRINIDAD-693) tr:messages globalOnly="true" still rendering when it should not

tr:messages globalOnly="true" still rendering when it should not
----------------------------------------------------------------

                 Key: TRINIDAD-693
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-693
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.0.3-core
            Reporter: Dave Brunette



With <tr:messages globalOnly="true" />, I'm having the following problems with it displaying when it should not be:

1)  After a PPR, if there were messages added to the FacesContext, but they are all component-specific... none of the component-specific messages are shown (which is good), but the messages box is still displaying with a title of "Error" and empty contents.  This can be seen in trinidad-demo/faces/components/messages.jspx.

2)  With event based c/s validation, it is still displaying the component-specific messages

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


[jira] Resolved: (TRINIDAD-693) tr:messages globalOnly="true" still rendering when it should not

Posted by "Danny Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Danny Robinson resolved TRINIDAD-693.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.3-core

Re-worked the logic to handle globalOnly.

> tr:messages globalOnly="true" still rendering when it should not
> ----------------------------------------------------------------
>
>                 Key: TRINIDAD-693
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-693
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.3-core
>            Reporter: Dave Brunette
>            Assignee: Danny Robinson
>             Fix For: 1.0.3-core
>
>
> With <tr:messages globalOnly="true" />, I'm having the following problems with it displaying when it should not be:
> 1)  After a PPR, if there were messages added to the FacesContext, but they are all component-specific... none of the component-specific messages are shown (which is good), but the messages box is still displaying with a title of "Error" and empty contents.  This can be seen in trinidad-demo/faces/components/messages.jspx.
> 2)  With event based c/s validation, it is still displaying the component-specific messages

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