even if it so trivial to implement, why the following method:
public void clear(String stackname){
while(!getDigester().isEmpty(stackName))
getDigester.pop(stackName);
}is not present in the digester APIs ? can I contribute it to Digester ? -- http://valerioschiavoni.blogspot.com http://jroller.com/page/vschiavoni
