on 2019 Mar 16 10:51 AM
Hi
I am trying to create a attribute which return type should be Map (String,List(Object)) . How can I create this beans.xml property . I tried the below and it did not worked.
property name="pageSections" type="java.util.Map<String,java.util.List<java.lang.Object>"/>
Any help workaround for above?
Thanks
Request clarification before answering.
Please try changing it like:
<property name="pageSections" type="java.util.Map<java.lang.String,java.util.List<java.lang.Object>"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
16 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.