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
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
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
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