-
Apr 20th, 2008, 12:21 PM
#1
Binding Form Data to DynaBeans
Hi all,
I want to use a domain object, which contains a property of type DynaBean, which in turn may contain nested data structures.
I get NotReadablePropertyException s, when accessing the domain object from my view, which is obviously due to the fact that the BeanWrapperImpl does not support DynaBeans directly. (The other way round, I expect the same problem when binding the form data back to the domain object, no?)
How would I start to tackle this issue? Any pointers, how to access (read/write) the DynaBean bean property would be greatly appreciated.
Thanks,
-Stefan
-
Apr 20th, 2008, 02:12 PM
#2
After reading this http://forum.springframework.org/showthread.php?t=11765 I will try out cglib. Hope that works out.
Btw, if you know about any articles/documentation about cglib please let me know.
-Stefan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules