You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Rob Parker <ro...@webcybernetics.com> on 2000/05/29 17:25:27 UTC

FIXED Re: simple-page request creates two XSPGenerator instances

Hmm - this may be already fixed in the latest cvs, but in my src with the
version below,
its broke...

ProgramGeneratorImpl
 * @version CVS $Revision: 1.1.2.3 $ $Date: 2000/05/24 21:25:54 $

(PS new at cvs so don't ask for a diff just yet :)

The problem is in ProgramGeneratorImpl.load(...) method. The last
'programInstance = programmingLanguage.instantiate(program);' needs
to be moved up to the scope immediately above.

regards

Rob