cancel
Showing results for 
Search instead for 
Did you mean: 

Radio botton problem.....

Former Member
0 Kudos

Hi all,

I have a problem in radio bottun. what i am doing is i am fetching data from table and transfering the data from model node to value node. the table which is binded to value node and the table has some radio buttons which is default selected. i need radio button should not be selected. how to do this...

regards,

shreeharsha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please have a look at this thread,

- Saravanan K

Former Member
0 Kudos

Hi,

I did not get any help from the link given by you. i ill explain it to once again.

Context Structure

-context

--const_survey(modelnode)

---output(modelnode)

-


it_rat(modelnode)

surveyid (attribute)

client_id (attribute)

client_name (attribute)

r1 (attribute)

r2 (attribute)

r3 (attribute)

r4 (attribute)

r5 (attribute)

--Ratings (value node)(cardinality 1..n, selection 1...n, singleto true)

surveyid (attribute)

client_id (attribute)

client_name (attribute)

r1 (attribute)

r2 (attribute)

r3 (attribute)

r4 (attribute)

r5 (attribute)

UI table structure

surveyid client_id client_name r1 r2 r3 r4 r5

text text text radio radio radio radio radio

the ratings node is binded to above table. i am passing the value from model node it_rat to the value node Ratings. This is i am doing in the project. so i want the radio button from r1 to r5 should not be selected. But all the radio buttons are selected. i hope my problem is clear.

regards,

shreeharsha

Answers (0)