<bean id="billListView" class="nc.ui.pubapp.uif2app.view.ShowUpableBillListView" init-method="initUI">
<property name="model"><ref bean="bmModel" /></property>
<property name="nodekey" value="bt" />
<property name="multiSelectionEnable" value="true" />
<property name="showTotalLine" value="true" />
<property name="showTotalLineTabcodes" >
<list>
<value>billbody</value>
</list>
</property>
<property name="templateContainer" ref="templateContainer"/>
</bean>