Problems with calling Kawa from servlet

Ola Rinta-Koski ola@cyberell.com
Fri Dec 20 10:36:00 GMT 2002



Per Bothner <per@bothner.com> said:
> I suspect it's a bug in ValueStack or its superclass.  I'll see if I can
> reproduce the problem.

Adding this method to ValueStack seems to solve the problem.

public void clear() {
  oindex = 0;
  super.clear();
}
-- 
Ola Rinta-Koski  ola@cyberell.com  +358 41 467 2502
Cyberell Oy      http://www.cyberell.com/





More information about the Kawa mailing list