You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/09/21 04:26:07 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/generation ServerPagesGenerator.java

vgritsenko    2002/09/20 19:26:07

  Modified:    src/java/org/apache/cocoon/generation Tag:
                        cocoon_2_0_3_branch ServerPagesGenerator.java
  Log:
  use new load() method
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.13.2.2  +3 -3      xml-cocoon2/src/java/org/apache/cocoon/generation/ServerPagesGenerator.java
  
  Index: ServerPagesGenerator.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/generation/ServerPagesGenerator.java,v
  retrieving revision 1.13.2.1
  retrieving revision 1.13.2.2
  diff -u -r1.13.2.1 -r1.13.2.2
  --- ServerPagesGenerator.java	20 Apr 2002 04:02:07 -0000	1.13.2.1
  +++ ServerPagesGenerator.java	21 Sep 2002 02:26:07 -0000	1.13.2.2
  @@ -195,8 +195,8 @@
   
           this.inputSource = this.resolver.resolve(super.source);
           try {
  -            generator = (AbstractServerPage) programGenerator.load(super.manager,
  -                    super.source, markupLanguage, programmingLanguage, super.resolver);
  +            this.generator = (AbstractServerPage) programGenerator.load(this.manager,
  +                    this.inputSource, markupLanguage, programmingLanguage, this.resolver);
           } catch (ProcessingException e) {
               throw e;
           } catch (Exception e) {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org