[JBoss-user] [JBoss Seam] - FacesMessages doesn't work with redirects from Get-Requests

2006-05-01 Thread Andy.2003
Hello, I got an activation page (where a user can activate his account with a link from an email). this page is defined in pages.xml as followed: pages | page view-id=/activate.xhtml action=#{activateCustomer.check}/ | /pages The check method contains following code:

[JBoss-user] [JBoss Seam] - FacesMessages

2006-03-22 Thread JamesWoodward
First of all, nice work on integrating the Internationalization features. A couple of suggestions: 1) Can you make it more lenient when a message does not exist in the resource bundle. Currently it gives a stack trace, it would be more forgiving for it to show the name of the missing resource