| Issue 40: | Issue While Adding Namespace to ArrayElement | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Steps: 1.create a dummy class A with minimal flexxb attributes 2.create a class B inside that put a list say, ArrayCollection with minimal flexxb attributes, and that arraylist ia a list of type A 4.add [Namespace]to class B 3.assign that namespace as namespace attribute to [XmlArray] 5.deserialize the class B ///EXPECTED ////////////////// <B> variables... <AList xmlns:namespace_prefix="namespace_uri"> <A></A> <A></A> <A></A> .... </AList> </B> ///OUTPUT ////////////////// <B> variables... <namespace_prefix:AList> <A></A> <A></A> <A></A> .... </AList> </B> version:2.0.1 Link where its discussed: http://groups.google.com/group/flexxb/browse_thread/thread/46aa230042b739a0
Mar 4, 2011
Project Member
#1
alex.id....@gmail.com
Status:
Accepted
Mar 11, 2011
(No comment was entered for this change.)
Status:
Invalid
|