Hallo,

I tried further expressions regarding my last question and noticed the
problem is probably not that is a collection but having successive
methods with parameter.

The method get('name') returns getName().


${department.getEmployee("Elsa").get('name')}

results in department.getEmployee('Elsa').get('name');' unknown or
ambiguous method

but

${department.getEmployee("Elsa").name}

works.

Why is the first expression not possible?

Thanks for your help.

Regards, Jana

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
jXLS-user mailing list
jXLS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxls-user

Reply via email to