You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/03/22 17:21:53 UTC

cvs commit: jakarta-tapestry/portlet/src/descriptor/META-INF tapestry.portlet.services.xml

hlship      2005/03/22 08:21:53

  Modified:    portlet/src/descriptor/META-INF
                        tapestry.portlet.services.xml
  Log:
  Fix missing injections for the PortletResponseRenderer service.
  
  Revision  Changes    Path
  1.3       +6 -1      jakarta-tapestry/portlet/src/descriptor/META-INF/tapestry.portlet.services.xml
  
  Index: tapestry.portlet.services.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/portlet/src/descriptor/META-INF/tapestry.portlet.services.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tapestry.portlet.services.xml	18 Mar 2005 23:43:19 -0000	1.2
  +++ tapestry.portlet.services.xml	22 Mar 2005 16:21:53 -0000	1.3
  @@ -42,7 +42,12 @@
       
       Service used to render a named page.
       
  -    <create-instance class="PortletRendererImpl" model="primitive"/>
  +    <invoke-factory model="primitive">
  +      <construct class="PortletRendererImpl">
  +        <set-object property="markupWriterSource" value="infrastructure:markupWriterSource"/>
  +        <set-object property="response" value="infrastructure:response"/>       
  +      </construct>
  +    </invoke-factory>
     </service-point>
     
    <service-point id="Render" interface="org.apache.tapestry.engine.IEngineService">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org