I am trying to populate a datadropdownlist control with a list of values from a value assistance configured in composer. here's what I have tried.
I am getting bad id error now.
<dmfx:docbaseobject name="obj"/>
<dmfx:docbaseattribute object="obj" name="Country" attribute="country"/>
<td align="left" nowrap></td>
Please let me know what is wrong in this piece of jsp code. Should i add or remove anything or should i add something in java class? Please advice.