I have modified the widgetopia portlet by increasing the height of the tablewidget. After deploying the protlet, now Tomcat keeps throwing out of memory exceptions.
The reason i modified the height was to check inconsistent behavior of the vertical scrollbar on the table widgets when more records ( than default 3) are displayed.
I also modified WidgetopiaManagerImpl.java
public TableWidget getSimpleTableWidget()
using
final int rows = 300;
↧