Hi,
We added new check box on IC Webclient.. on view html my code is
<crmic:checkbox disabled = "<%= change_disabled1 %>"
id = "Repeat"
checked = "//BTRepeat/REPEAT"
/>
and created context node BTRepeat and attribute REPEAT under BTRepeat..using wizard.
My problem is when i check the check box value SET_REPEAT is getting called properly.
When i uncheck the checkbox .. SET_REPEAT is not getting called.
I tried to debug .. the problem is FORM_FIELDS doesn't have field " repeat field and its value" when i uncheck the check box.
When i set the value in checkbox SET_REPEAT is getting called because FORM_FIELDS has field " repeat field and its value".
What i have to do now to trigger SET_REPEAT when i uncheck field Repeat.
Pls let us know as early as possible.