hi friends
I am new to this forum.
I am problem with my project
in this page i have two list boxes. I have populate the second list box based of the value selected in the first listbox.
<html:select styleClass="input" property="worklevel"
<html

ptions name="levelCodes" labelName="levelCodes">
</html

ptions>
</html:select>
this is first list box .it is populating itself using a list varible called levelcodes in session.
<html:select styleClass="input" property="dependentlevel">
<html

ptions name="dependentlevel" labelName="dependentlevel">
</html

ptions>
</html:select>
please help me with this.
i have no idea how to do it.
thanks in advance.
Thejaswi