(511●2●89●129)
Aug 31 '11, 1:36 p.m.
Hi
I want to display a text box if one value of a enumeration is chosen for example :
Car(Enumeration) : Others
Other(String attribute) : Toyota
If another value is chosen in the Car (enumeration) the Other(string attribute) may not appear.
Car(Enumeration) : Nissan
How can I achieve this?
Comments
Sanitha Pillai
Oct 22 '12, 1:44 a.m.Hi Cesar,
EvenĀ i have the same requirement of dependent attributes. Did you get any answers or any way of achieving this functionality?