Hi all I'm using primefaces 5 with HtmlUserDialog, in my page i'm using <p:selectmanycheckbox> that binding with a instance of ch.ivyteam.ivy.scripting.objects.List, for example:
And
Now i just have temporary solution to avoid this exception is i change from Why do i face this issue? and is there any solutions to avoid it but i still can use Thanks all. asked 03.06.2015 at 06:50 trungdv |
Thanks for your support it's problem because ivy list make it's constructor to be private then other caller can not create new instance. It's also a issue in JIRA of IvyTeam (https://jira.axonivy.com/jira/browse/XIVY-427) And it has been fixed in version 6.0.2 revision 50953 answered 03.02.2016 at 02:21 trungdv |
Seems your getter and setter of data.selectedWeeklyDayList is private. To your clone() problem. The interface List does not implement Cloneable. You have to use the actual Object. For example ArrayList.
or you use ArrayList itself.
answered 05.06.2015 at 12:42 HaraldWeber |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 03.06.2015 at 06:50
Seen: 5,048 times
Last updated: 03.02.2016 at 02:21