[richfaces-issues] [JBoss JIRA] Created: (RF-2265) Indicating rich:messages 'level' still creates empty boxes

Juan Ignacio S?nchez Lara (JIRA) jira-events at lists.jboss.org
Thu Feb 14 12:33:26 EST 2008


Indicating rich:messages 'level' still creates empty boxes
----------------------------------------------------------

                 Key: RF-2265
                 URL: http://jira.jboss.com/jira/browse/RF-2265
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.4
         Environment: MyFaces 1.1.5, SJSAS 8.2
            Reporter: Juan Ignacio S?nchez Lara


If I put several rich:messages with different levels and I add one message, the other box is still rendered.

For example:
<style>
.info { border: 1px blue solid; background: green; }
.error { border: 1px red solid; background: orange; }
</style>
...
<rich:messages level="info" styleClass="info" />
<rich:messages level="error" styleClass="error" />

Adding an error message renders an orange box with it, plus a green empty one.

I attatch a war. The rendered page has links which adds messages of different levels.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list