[ 
https://issues.jboss.org/browse/SEAMFACES-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664456#comment-12664456
 ] 

Andrew Davie edited comment on SEAMFACES-218 at 2/6/12 10:53 AM:
-----------------------------------------------------------------

<<deleted>>

I was missing seam-faces from my build, which still worked and gave a similar 
error.
                
      was (Author: atdavie):
    I guess it's possible something else is causing the same symptoms for me.

I am trying to adapt the security-authorization example to my Jboss AS 6.0, JSF 
2.0, Seam 3.1 (Final) project.

The example largely works, authorisation and dummy login appear to work. 
However, I have the following problems observed:
1. messages are not shown, even though methods are definately executed
2. non-authorisation results in a blank page
(and a lot of exception logged to do with authorisation failed - to be expected 
I guess)

                  
> Seam 3.1.0.Beta3 Bug - Messages NOT displayed
> ---------------------------------------------
>
>                 Key: SEAMFACES-218
>                 URL: https://issues.jboss.org/browse/SEAMFACES-218
>             Project: Seam Faces
>          Issue Type: Bug
>          Components: Messages & i18n
>    Affects Versions: 3.1.0.Beta3
>         Environment: JBoss AS 7.0.1.Final
> Seam 3.1.0.Beta3
>            Reporter: Luca Cavagnoli
>              Labels: messages
>
> I opened the security-idmconsole example included in 3.1.0.Beta3
> I created a controller that has the following:
> @Inject org.jboss.seam.international.status.Messages messages;
> public void save() {
>     messages.info("Here is an info message!");
>     messages.warn("Here is a warning message!");
>     messages.error("Here is an error message!");
> }
> I deployed the project in JBoss AS 7.0.1.Final
> The messages are NOT being displayed in the page.
> If I remove the <h:messages> component from the page, I do NOT even get the 
> "WARNING: FacesMessage(s) have been enqueued, but may not have been 
> displayed." warning. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to