[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-user
Subject:    [jexl]
From:       cloudsuser cloudsuser <cloudsuser () gmail ! com>
Date:       2010-10-24 15:52:05
Message-ID: AANLkTi=k5xkJSFnBR0edHK2TGcWGvKZY9-iiuCvs_puS () mail ! gmail ! com
[Download RAW message or body]


Using the syntax "${status}" as defined below i can able to access the value
of status form JavaBeanObject(A)

        <column name="STATUS" type="string">
            <value>${status}</value>
        </column>

But how to get the value of nested bean object.Example...
public class A {
  private String status;
  private B b;
  .....
  ..........
}

How to get the value of b.getStatus(); ????????????? Need to replace
${status} to ${b.status}  ????????


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic