Hi Muhammad,
It could possibly be a bug, I'll look into further when I get a chance. But regardless you should be using from-field="parameters.firstName" rather than value="${parameters.firstName}", that should solve your problem.
Regards
Scott
On 28/04/2009, at 7:42 AM, Muhammad Aamir wrote:
Hi,
By seeing the existing code I understood that IN attributes of a service are
available in parameters variable. However, I am unable to access it in the
following line:
<condition-expr field-name="firstName" operator="like"
value="${parameters.firstName}" ignore-case="true"/>
I tried the above by putting a constant in value attribute and it works.
Thanks
Muhammad Aamir