HI ,
I have a text field and dropdown on my jsp , when user enters text on this text field then dropdown filed on this pages should be visible ,
If the text field is left empty then the dropdown should not be invisible .
How do i know text field value after user enters text .
I use below but not able to . Is this right way or missing anything .
<dmf:text name="textone" defaultonenter="true" onchange="getTextChange"/>