<rule-attribute name="agenda-group"
value="AirlineApp" />
<rule-attribute name="activation-group"
value="activation_1195126928297" />
<lhs>
<pattern identifier="searchbean"
object-type="com.wipro.airline.SearchBean" />
</lhs>
<rhs>
System.out.println("date
is not
valid.");response.setStatus("failure");response.setSubStatus("date_notvalid");
</rhs>
</rule>
</package>
If <pattern
/> tag is not allowed here then how can we use SearchBean
fields in the lhs part of the rule.
Any help will be
appreciated.