Quantcast

Can i see a Decision Table in Tempate (like:each row one Decision Table)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Can i see a Decision Table in Tempate (like:each row one Decision Table)

srinivasasanda
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [rules-users] Can i see a Decision Table in Tempate (like:each row one Decision Table)

manstis

With 5.4.CR1 you can define a decision table with BRL fragments as columns. This is probably what you are after.

sent on the move

On 16 Apr 2012 08:13, "srinivasasanda" <[hidden email]> wrote:

Hi

I have a doubt Please let me know whether it is possible or not.
There is a option in guvnor create "new rule template" (here we are creating
new rule by using WHEN &  THEN  options), So my doubt is when i click new
rule template i want to get "Decision Table" format like

Decision table
 |
 |->Condition Columns
 |->Action columsn
 |->options

---------here decision table----------------

I want to see above options when i click new rule template.
So, If it possible means each row in template in can see one Decision Table.

Thanks,
Sanda

--
View this message in context: http://drools.46999.n3.nabble.com/Can-i-see-a-Decision-Table-in-Tempate-like-each-row-one-Decision-Table-tp3913711p3913711.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[hidden email]
https://lists.jboss.org/mailman/listinfo/rules-users


_______________________________________________
rules-users mailing list
[hidden email]
https://lists.jboss.org/mailman/listinfo/rules-users
San
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Can i see a Decision Table in Tempate (like:each row one Decision Table)

San
In reply to this post by srinivasasanda
Hi

I am trying to cal a local function getMaturityAge()  in the decision table condition column like

        RuleTable MaturityAge Validation
        CONDITION                                                     ACTION
        pp:PremiumCalculatorFormBean
        getMaturityAge()   >  "$1"                            System.out.println("invalid maturity age");
        Premium Payment Term                                     Print out message?
        70                                                               X

The method is defined localy using functions key word.
And moreover whenever I trying to pass pp as the argument to my functions, its not able to find pp. I am getting  cud not parse knowledge error.


can anyone pz help me out.
Loading...