Jump to content

Howto access complex (hirarchy) bean properties?


Linuxhippy

Recommended Posts

Hi,

I would like to directly use JavaBeans. It works great for simple types like String/Integer, but who can I access more complex properties?

 

Suppose I have the following class hirarchy:

 

class Bill { Customer cust; }
class Customer { String name; }

 

Bill is the Bean I feed into the Report. Is there any way to access the Bill's customer's name? I already tried $F{cust.name} but doesn't seem to work.

 

Thank you in advance, Clemens

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...