[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4241) Add ability to retract facts from workingmemory in pageflow

Tihomir Surdilovic (JIRA) jira-events at lists.jboss.org
Fri Jun 12 15:11:56 EDT 2009


Add ability to retract facts from workingmemory in pageflow
-----------------------------------------------------------

                 Key: JBSEAM-4241
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4241
             Project: Seam
          Issue Type: Feature Request
            Reporter: Tihomir Surdilovic


Currently you can only insert/update facts to WM in pageflow, for example:

<handler class="org.jboss.seam.drools.DroolsDecisionHandler">
         <workingMemoryName>workingMemory</workingMemoryName>
         <assertObjects>
            <element>#{game}</element>
            <element>#{guess}</element>
         </assertObjects>
      </handler>

Add ability to also specify a list of facts for retraction

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list