XWorkList not Serializable
--------------------------
Key: WW-3414
URL: https://issues.apache.org/jira/browse/WW-3414
Project: Struts 2
Issue Type: Bug
Components: Core Actions
Affects Versions: 2.1.8.1
Environment: Windows XP
Reporter: johan jarkovic
Priority: Blocker
If action has a property of type ArrayList then an XWorkList object is created.
This is not serializable so we get NotSerializableException when we try to send
this List to the business tier.
The problem that I can see is that a new field of type XWorkConverter has been
added to the XWorkList in struts version 2.1.x This field is not Serializable.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.