[jboss-user] [JBoss Seam] - Re: Simple question from an not-noob developer
Delphi's Ghost
do-not-reply at jboss.com
Fri Jun 8 15:05:17 EDT 2007
As a really big stab in the dark, how about :
| <page view-id="/showSpace.xhtml">
| <restrict>#{not selectedSpaceInstance = null}</restrict>
| </page>
|
I'm not even sure if this is the correct syntax, but I'm sure you get the idea. If this doesn't work, you could always have a bean method called hasSelectedSpaceInstance which checks if the seam var is null
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052712#4052712
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052712
More information about the jboss-user
mailing list