Results 1 to 2 of 2

Thread: Binding Form Data to DynaBeans

  1. #1
    Join Date
    Aug 2004
    Location
    Stuttgart, Germany
    Posts
    9

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    Stuttgart, Germany
    Posts
    9

    Default

    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
  •