RE: t:dataTable with dynamic newspaperColumns

2006-11-30 Thread Yaron Spektor
Thanks for that, Did you see the remark you got there today? -Original Message- From: Michael Matz [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 8:29 PM To: 'MyFaces Discussion' Subject: RE: t:dataTable with dynamic newspaperColumns See issue: http://issues.

RE: t:dataTable with dynamic newspaperColumns

2006-11-29 Thread Michael Matz
See issue: http://issues.apache.org/jira/browse/TOMAHAWK-728 -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 4:53 PM To: MyFaces Discussion Subject: Re: t:dataTable with dynamic newspaperColumns The implementation of get

Re: t:dataTable with dynamic newspaperColumns

2006-11-28 Thread Mike Kienenberger
The implementation of get/setNewspaperColumns needs to be patched. It looks like this: public int getNewspaperColumns() { return _newspaperColumns; } public void setNewspaperColumns(int newspaperColumns) { this._newspaperColumns = newspaperColumns; } It needs to be rewr