Hi All,
After adding the bean object into a Map and adding the map as input parameter mapping i am able to pass the complex value into the UI. But one of issue that i am facing is that related to persisting the data that got modified by user and the data element is part of a complex variable.
In FTL i have code like
<input type="text" name="employee.firstName" value="${employee.firstName}" /> now my question is how to same these value directly into the complex object directly.
Thanks