I realized that shortly after I sent the post.  Turns out serialization is 
occuring because I had my @DataModel outjected to the page scope.  I can see 
why some type of storage within the component tree would be necessary between 
requests, but couldn't the value binding be stored instead and then reattached, 
rather than serializing the objects directly?  Or, if the objects do need 
serialization because the backing list might have changed, maybe the serialized 
version could be checked against the value binding for equality on the 
subsequent request to determine which version to use?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949880#3949880

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949880


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to