Hi Teresa welcome to the mailing list. Could you put together an example (based on the simpleapp, say) to demonstrate the issue, and push to github so we can take a look?
Thx Dan On Fri, 10 Feb 2017 at 02:02 Ma. Teresa Canonigo <[email protected]> wrote: > Hello Dan, > > I am new to Apache Isis. > > I have a functionality that utilizes Excel add-on. However, I encountered > an issue. viewModel in ExcelConverter.java (line 433) always returns > null. After investigation, it was found out that the cause is in > RecreatableObjectFacetDeclarativeInitializingAbstract.java (line 121). > Instead of putting new values to the new adapter, it goes to the old one. > Therefore, there is no value found in the new adapter resulting null value > in viewModel in ExcelConverter.java. > Can you please help me with this? > > Thank you! > > > Best Regards, > Ma. Teresa A. Canonigo >
