XSLT calculations wrong before post-back in browser-enabled forms

A

Anders J

Hi

I have a repeating table wich contains numbers. Below this repeating table i
sums the rows by using xslt calculations like:

sum(YearColumn)

This works perfect in the GUI application. But when run as a web-enabled
form i get wrong results. But if i do a "dummy" server-side post-back the
values are correct!

What is going on?

Regards
Anders
 
Top