06-04-2007, 11:28 AM
|
#1 (permalink)
|
| New Member
Join Date: Mar 2007 Model: 7190 Carrier: nothing
Posts: 3
Post Thanks: 0 Thanked 0 Times in 0 Posts
| using ObjectChoiceField Please Login to Remove! hello...
my problem it this:
y have a two ObjectChoiceField
ObjectChoiceField1
ObjectChoiceField2
and respectively your string
to ObjectChoiceField1 = String cad0[] ={"cad1","cad2"}
ObjectChoiceField2 = String cad1[] ={"a","b", "c"}
String cad2[] ={"d","e", "f"}
Now i need that when select a option in ObjectChoiceField1 then in the ObjectChoiceField2 appear the option seleccted
if (cad0 == "cad1")
show the string cad1 in the ObjectChoiceField2
if (cad0 == "cad2")
show the string cad2 in the ObjectChoiceField2
please any have a idea
tanks!!!! |
| Offline
| |