write thsi code and check it [Bindable] public var pmrecordslist:ArrayCollection; and before calling fill method write this codepmrecordslist=new ArrayCollection()
Hi dimival, now in this way i am doing. but now i am getting nullexception while calling fill method. i have coded fill method inside javaAssembler that will callgetProduct method from HibernateDao.
Hi, For Hibernate + FDS we add Hibernate Assembler class insideData-management-config.xml. But In case of Spring+FDS we code for assembler file . i am confused to code Assember File in case ofSpring+Hibernate+FDS