This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with calling Kawa from servlet




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/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]