> - SPS.isParameterSet checks only the child/local params, not the parent.
Thinking about it, what's the point of this method anyway, after all the changes? If somebody wants to know whether a parameter is set, they can call getParameter() and check for null... (letting aside the problem of null values) How about renaming it to isRemovable(String), now that we have a removeParameter()? Then the implementation can remain as it is, and CPS simply returns false. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
