Hi,
I want some values to come from Database to my drop-down using 'Generator'. For that, i used my custom made class & tried to put it in Datum & tried to save the component. But showing the follwing error.
---------------------------------------------------------------------
Component preview failed.
Could not load component data XML into XMLDOM.
Datum ID=[category]
Must have least one option
-----------------------------------------------------------------------
But if i used the following code that is given in PDF & put it in component it is working fine.
<Data>
<Datum ID="category" Name="moreOptions" Type="SelectSingle">
<Generator Object="com.interwoven.livesite.external.runtime.Debugging" Method="getDebugOptions"/>
<Option Selected="true">
<Display>Plan</Display>
<Value>012345</Value>
</Option>
</Datum>
</Data>. If i tried to put my custom class path & method, it is showing component update failed.
Any suggestion will b helpful.