[jboss-user] [JBoss Seam] - Re: Discussion: FlushModeType.NONE ?

denis-karpov do-not-reply at jboss.com
Thu Sep 27 09:42:20 EDT 2007


Sorry that I didn't confirm my words. Right now I do not have sample.

As I remember when I go through a decision with drools. Even in "invalid" case, when I simply return to the edit page, flushing occurs any way .
    <decision name="validate">
  |         <handler class="org.jboss.seam.drools.DroolsDecisionHandler">
  |             <workingMemoryName>buyWorkingMemory</workingMemoryName>
  |             <assertObjects>
  |                 <element>#{exchOrdHome.instance}</element>
  |                 <element>#{facesMessages}</element>
  |             </assertObjects>
  |         </handler>
  |         <transition to="refresh">
  |             <action expression="#{exchOrdHome.merge}" />
  |         </transition>
  |         <transition name="invalid" to="edit"/>
  |     </decision>
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089325



More information about the jboss-user mailing list