[richfaces-issues] [JBoss JIRA] Assigned: (RF-1375) rich:messages is broken when FacesMessages is used from an action that returns an outcome

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Fri Nov 23 05:05:18 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1375?page=all ]

Tsikhon Kuprevich reassigned RF-1375:
-------------------------------------

    Assignee: Viktor Volkov  (was: Alexander Smirnov)

> rich:messages is broken when FacesMessages is used from an action that returns an outcome
> -----------------------------------------------------------------------------------------
>
>                 Key: RF-1375
>                 URL: http://jira.jboss.com/jira/browse/RF-1375
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.2
>            Reporter: Gavin King
>         Assigned To: Viktor Volkov
>            Priority: Critical
>             Fix For: 3.1.3, 3.2.0, 3.1.2
>
>
> 1. Create a project using JBoss Tools
> 2. Create an action called "hello"
> 3. Test it (works)
> 4. Change /home.xhtml to use rich:messages instead of h:messages
> 5. Changle Hello.java as follows:
>     public String hello()
>     {
>         //implement your business logic here
>         log.info("hello.hello() action called by #{identity.username}");
>         facesMessages.add("hello");
>         return "/home.xhtml";
>     } 
> 6. Test it (the message is not displayed correctly)

-- 
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