Skip to Content
0
Apr 22, 2009 at 05:59 AM

Regarding Dropdown List Box

20 Views

Hi Experts,

Im binding values to drop down from the internal table, the dropdown too displaying the values but the selected value is not captured after the page is refreshed.

the coding in MVC-layout is:

< htmlb : drop down List Box id = " enam "

on Select = " "

sele ction = " < % = controller - > current-EMPNAME % > "

table = " < % = controller - > lt_emp % > "

n ame Of Value Column = " emp name "

n ame Of Key Column = " e mpid " / >

help me to solve this issue.

Arun.