Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    valueXpath with java objects.

    Hi ,
    I have gone through xml example of valueXpath , can anyone show me the same example with java objects i.e. accessing bean(dto) in bean (dto) ?

    FYI,
    example link i s
    http://localhost:8080/isomorphic/system/reference/SmartClient_Explorer.html#xpathBinding

    Thanks in advance.

    Regards,
    Jenis

    #2
    Just look at the DMI examples under Java Integration. When using valueXPath the Java code is exactly the same, the valueXPath is automatically applied when you provide data via dsResponse.setData().

    Comment

    Working...
    X