[rules-users] Using object.getter in Decision table

2011-10-04 Thread jilani
Hi, I have a scenario, where for decision table I will inject one object which holds all facts. Using those facts the decision table has rules. How to retrieve the child fact from parent in decision table. sample for this is as follows Java Code snippet: DataObject dataObj = new DataObject();

Re: [rules-users] Using object.getter in Decision table

2011-10-04 Thread Swindells, Thomas
- boun...@lists.jboss.org] On Behalf Of jilani Sent: 04 October 2011 07:43 To: rules-users@lists.jboss.org Subject: [rules-users] Using object.getter in Decision table Hi, I have a scenario, where for decision table I will inject one object which holds all facts. Using those facts

Re: [rules-users] Using object.getter in Decision table

2011-10-04 Thread jilani
Thank You for your reply. I am trying to access all the facts through one fact, actually the scenario is we have multiple screens in our application and each screen will have multiple fields where we want to show/hide the screen/field based on data provided in screens. So Instead of sending

Re: [rules-users] Using object.getter in Decision table

2011-10-04 Thread Swindells, Thomas
...@lists.jboss.org] On Behalf Of jilani Sent: 04 October 2011 09:43 To: rules-users@lists.jboss.org Subject: Re: [rules-users] Using object.getter in Decision table Thank You for your reply. I am trying to access all the facts through one fact, actually the scenario is we have multiple screens in our

Re: [rules-users] Using object.getter in Decision table

2011-10-04 Thread jilani
Thomas, The best place to start is the drools documentation http://www.jboss.org/drools/documentation particularly the expert guide. This shows both drl and spreadsheet syntax and examples. - Yes. I have downloaded all the drools info from here. then I got one expert pdf document in reference