Re: missing row attribute in a datatable using a datascroller causes by zero exception

2006-03-28 Thread Hans Sowa
Ah, super, thanks a lot. This is really helpfull.2006/3/28, Mike Kienenberger [EMAIL PROTECTED]: Fixed as of March 1st.http://issues.apache.org/jira/browse/TOMAHAWK-104On 3/27/06, Hans Sowa [EMAIL PROTECTED] wrote: Hi Is there a possibility to enhance the code of this method? My Problem is if

missing row attribute in a datatable using a datascroller causes by zero exception

2006-03-27 Thread Hans Sowa
HiIs there a possibility to enhance the code of this method? My Problem is if there the row attribute is missing in the datatable (using datascroller) you will always get an by zero exception because of the line if ( uiData.getFirst() % rows 0). It would be very helpfull to have a more specific

Re: missing row attribute in a datatable using a datascroller causes by zero exception

2006-03-27 Thread Mike Kienenberger
Fixed as of March 1st. http://issues.apache.org/jira/browse/TOMAHAWK-104 On 3/27/06, Hans Sowa [EMAIL PROTECTED] wrote: Hi Is there a possibility to enhance the code of this method? My Problem is if there the row attribute is missing in the datatable (using datascroller) you will always get