Revision history [back]

click to hide/show revision 1
initial version

answered 2014-05-24 21:19:48 +0800

cyiannoulis gravatar image cyiannoulis

EL expressions can be very powerful. Have a look here.

The following snippet should do the trick:

<listitem> <listcell label="@load(bean.amount)"/> <listcell label="@load(bean.tax)"/> <listcell label="@load(bean.amount + bean.tax)"/> </listitem>

Hope that helps, Costas

EL expressions can be very powerful. Have a look here.

The following snippet should do the trick:

<listitem>
   <listcell label="@load(bean.amount)"/>
label="@load(bean.amount)" />
   <listcell label="@load(bean.tax)"/>
label="@load(bean.tax)" />
   <listcell label="@load(bean.amount + bean.tax)"/>
</listitem>

bean.tax)" /> </listitem>

Hope that helps, Costas

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More