hi all,
I am trying to display a table for a list.
One of the columns to be displayed in the table should be a dropdown.
I tried to use <html:optionsCollection> inside <display:column> for displaying the list inside the list.
But I am not able to fulfill this condition and it says childList not found.
pls revert if anyone of you have any idea of implementing this or if you can suggest any other way for the same.
 
 
Code snippet:

<display:table cellspacing= "0" cellpadding="2"

name="linkedRolesUserForm.mainList" id= "mainList"

pagesize="20"

requestURI=""

sort="list" defaultsort= "1">

<display:column>

<html:select styleClass="optionsBox" property="xyz">

<html:optionsCollection property="childList" label="name" value= "name"/>

</html:select>

</display:column>

</display:table> 
 
Regards,
Ravi

Reply via email to