None, you can use a FacesMessage to send a message (Refer to the registration example that comes with Seam). The org.jboss.seam.core.FacesContext is a wrapper over the javax.faces.FacesContext and returns the current implementation of javax.faces.FacesContext(which is ServletFacesContextImpl if u are using myfaces).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965178#3965178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965178 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
