[jboss-user] [JBoss Seam] - Re: can't get it working: exception redirection
fernando_jmt
do-not-reply at jboss.com
Mon May 28 11:58:15 EDT 2007
If you are using Facelets (.xhtml as default)
| <exception class="org.jboss.seam.web.FileUploadException">
| <end-conversation/>
| <redirect view-id="/errors/fue.xhtml">
| <message severity="error">File size is above allowable maximum</message>
| </redirect>
| </exception>
|
if you are using another view technology than Facelets then write the corresponding view-id.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049078#4049078
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049078
More information about the jboss-user
mailing list