Re: [Geotools-gt2-users] Memory Leak in WFS-Plugin

2007-06-08 Thread Jody Garnett
Good detecting work Tim, It is possible - it may be that ComplexElementHandler is cleaned up - but only after all the parsing is done. That would make sense since it is the thing doing the parsing. Now I thought that handlers were supposed to be reused (ie use it to process one feature and the

Re: [Geotools-gt2-users] Changing font color of an attribute

2007-06-08 Thread Jody Garnett
Patrick Schlaepfer wrote: > The thing is, when you startup the application param1 has color - let's > say green - and when you change the value of param1 the color will change > to red, but still param1. > Do I have to use two params like param1 param1_c, setting param1 > to null and setting value

Re: [Geotools-gt2-users] Problems using the WMS-Datastore-Plugin in Release 2.3.2

2007-06-08 Thread Tim Englich
Hi Richard, here is the capabilities document. Hope that it will be usefull. Tim Original-Nachricht Datum: Thu, 07 Jun 2007 14:16:18 -0700 Von: Richard Gould <[EMAIL PROTECTED]> An: Tim Englich <[EMAIL PROTECTED]> CC: geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotoo

Re: [Geotools-gt2-users] Changing font color of an attribute

2007-06-08 Thread Patrick Schlaepfer
The thing is, when you startup the application param1 has color - let's say green - and when you change the value of param1 the color will change to red, but still param1. Do I have to use two params like param1 param1_c, setting param1 to null and setting value param1_c to the changed value. param