dropdown problem
Hi all
I have a problem with dropdow List .
e.g my program have two text fields and one dropdown list.
when i select the value from the dropdown list
the value of the textfield is disappear.
i add the virtual form in my program but it doesn't work.
if u know that problem,please help me
regards
[346 byte] By [
78uihj] at [2007-11-26 9:47:13]

# 1
Hi, that happens because the autosubmit onchange property of the dropdown is checked, and you probably set the texfFields to null like this: textField1.setText(null);
in the prerender method.
You just have to delete that or uncheck the autosubmit onchange property of the dropdown but that depends on what your application needs.
Hope it helps
Yese :-)