cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

combobox in backoffice wizard with values dynamicaly populated during render

Former Member
0 Likes
247

Hi team ,

I am going to implement the wizard with combobox that contains some data from database here is some code snippet. How can I add combobox to this wizard?? Can you help me? please? thank you

 <context component="create-wizard" type="hmc_treenode_time_range_report">
         <wz:flow id="timeRangeReportWizard" title="timerangereport.wizard.title">
             
             <wz:step id="step1" label="timeRangeReport.label" >
                 <wz:content id="step1.content">
                     <wz:property-list root="form1">
                         <wz:property qualifier="fromDate" type="java.util.Date"/>
                         <wz:property qualifier="toDate" type="java.util.Date"/>
                     </wz:property-list>
                 </wz:content>
                 <wz:navigation id="step1.navigation">
                     <wz:done/>
                     <wz:cancel/>
                 </wz:navigation>
             </wz:step>
         </wz:flow>    
 </context>


Accepted Solutions (0)

Answers (0)