Hi,
The expressions are evaluated using Apache JEXL.
You may want to check the Apache JEXL syntax reference to see what is
possible:
http://commons.apache.org/proper/commons-jexl/reference/syntax.html .
Regarding the inner collections access you should also take a look at JXLS
documentation on expression evaluation
http://jxls.sourceforge.net/reference/expressions.html .
In particular look for the section on "Using JEXL to access inner
collections".
--
Regards,
Leo
On Thu, Nov 21, 2013 at 1:51 PM, Jana Maureen Nissen <nis...@atesio.de>wrote:
> 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
>
------------------------------------------------------------------------------
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