[jboss-user] [JBoss Seam] - Re: Stop the violence! How should we be separating our beans
gavin.king@jboss.com
do-not-reply at jboss.com
Thu Mar 29 15:06:50 EDT 2007
OK, in CVS, you can now do:
<rule if="#{addressmanager.addressChangeAllowed}">
| <redirect view-id="/addressChanged.xhtml">
| <message>The address was changed.</message>
| </redirect>
| </rule>
| <rule if="#{not addressmanager.addressChangeAllowed}">
| <render view-id="/changeAddress.xhtml">
| <message for="FailedAddressChangeRuleCheck">The address can not be changed.</message>
| </render>
| </rule>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032905#4032905
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032905
More information about the jboss-user
mailing list