Re: [gwt-contrib] More control over split point fragments

2011-10-06 Thread John Patterson
On 05/10/2011 23:53, Ray Cromwell wrote: You could try making a split point which contains other split points, something like this: I = Initial Fragment W - Split point from which all Widget using splitpoints exist W1 - Widget using split point 1 W2 - Widget using split

[gwt-contrib] More control over split point fragments

2011-10-05 Thread John Patterson
Hi, I'm finding it too difficult to keep code out of the left overs fragment. I have a single application which has a split point for every html page. Some of my pages use Widgets and other don't but the left overs fragment contains all the code to support Widgets which is a huge drag.

Re: [gwt-contrib] More control over split point fragments

2011-10-05 Thread Ray Cromwell
You could try making a split point which contains other split points, something like this: I = Initial Fragment W - Split point from which all Widget using splitpoints exist W1 - Widget using split point 1 W2 - Widget using split point 2 G - Split point from which all GQuery