Yes, adding from-outcome works. I also did that before posting here.
So, this means we need to add a rule even for null outcomes?

I had seen in the seam reference (1.1.6GA), page 87, this:

"Null outcomes are a special case in JSF. The null outcome is interpreted to 
mean "redisplay the page". The following
navigation rule matches any non-null outcome, but not the null outcome:"

  | <page view-id="/editDocument.xhtml">
  |       <navigation from-action="#{documentEditor.update}">
  |         <rule>
  |            <render view-id="/viewDocument.xhtml"/>
  |          <rule/>
  |       </navigation-case>
  | </navigation-rule>
  | 


So, should the reference be updated?

Or?




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018383#4018383

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018383
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to