posted 15 years ago
I have a GWT application which has a products class that is a VerticalSplitPanel. The top portion is 2 panels the right panel has a grid made up of a grid which I get from bean. This grid sits on a scrollpanel which sits on a panel. This is all in an AccordionLayout. The bottom has a scrollpanel which I get from the same bean as the top right panel. The products class creates the top right, bottom, and top left classes then shows their panels in the verticalSplitPanel. The problem is the grid in the top right panel won't show on the screen when in a scrollPanel, but will in a Panel. WHY? Very frustrated. HELP if you can
TOP RIGHT
PRODUCTS
BOTTOM