This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: how to save h:message in a bean propertykamal_khadka Feb 22, 2012 11:43 PM (in response to kamal_khadka)1 of 1 people found this helpfulThis issue has been fixed. Instead of making customers click a button to send a message, we automated it. So before error page is rendered an email is sent to us. They way I did it is in pages.xml <page view-id="/error.xhtml action="#{bean.sendEmail()}"/> and that worked very nicely. 
- 
        2. Re: how to save h:message in a bean propertykamal_khadka Feb 23, 2012 1:17 PM (in response to kamal_khadka)Mail is been sent automatically but only problem now is h:messages need to be inside m:body. Is this possible. 
