Hi:
I have a requirement, i have the following field in a view
<crmic:gridLayoutCell columnIndex = "1" rowIndex = "5" colSpan = "3" ><crmic:label design = "label" id = "Sex"
for = "//Customer/SEXO"
text = "Sexo" /></crmic:gridLayoutCell>
<crmic:gridLayoutCell columnIndex = "4" rowIndex = "5" colSpan = "3" ><htmlb:inputField id = "Sex"
width = "100%"
maxlength = "10"
value = "//Customer/SEXO" /></crmic:gridLayoutCell>
<crmic:gridLayoutCell columnIndex="8" rowIndex="5" >
This field it's supossed to be hidden, and a radiobuttongroup has to have the entered value for example:
1, Male
2, Female
and the selected value of that radiobuttongroup must be passed to the field, now i don't know how to set the value on the field, and how to set value to the radiobutton, could you help me?
Thanks & regards