Hi,
I am having set of rules; each DTO (Java Bean with getter and setter) will go under these rules.
Lets take I am having 10 rules the DTO has to change its value at 5th rule.
So I am changing the value in DTO and calling modify(DTO), so what’s happening is again this changed DTO is executing form RULE1
I want this DTO to execute from Rule 6 or Exit from all Rules
Please help me it’s urgent
Regards
Shilpa