the column footers are now rendered before the table body containing
the rows (as it is recomended by html spec). Take a look into the
rendered html code. The result is that your valuebinding in your
footers are called before the value binding of your datamodel.

--
Mathias

>         public String getSumme() {
>
>                 if (weeks.getWrappedData() == null ) { // before upgrading to 
> 1.1.0 this was
> also not necessary, as always the getWeeks() function was called first.
>                         this.getData();
>                 }

Reply via email to