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/07/10 03:52:19 UTC

cvs commit: jakarta-tapestry/framework/src/java/org/apache/tapestry Framework.library

hlship      2005/07/09 18:52:19

  Modified:    .        status.xml
               framework/src/java/org/apache/tapestry Framework.library
  Log:
  TAPESTRY-393: InvokeListener component is not in Framework.library
  
  Revision  Changes    Path
  1.160     +2 -1      jakarta-tapestry/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/status.xml,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- status.xml	9 Jul 2005 20:02:52 -0000	1.159
  +++ status.xml	10 Jul 2005 01:52:19 -0000	1.160
  @@ -52,7 +52,7 @@
       -->
     </todo>
     <changes>
  -    <release version="4.0-beta-2" date="unreleased">
  +    <release version="4.0-beta-2" date="Jul 9 2005">
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-356">FormConditional extends BaseComponent but has no template</action>
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-357">AbstractComponent: getMessages() and format() were removed, but should have been deprecated</action>
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-361">Using @Asset annotation causes NullPointerException</action>
  @@ -67,6 +67,7 @@
         <action type="add" dev="HLS">Add blank component reference pages for If and For</action>
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-391">Cannot inject the same bean twice</action>
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-384">Client Side Validation inconsistent</action>
  +      <action type="fix" dev="HLS" fixes-bug="TAPESTRY-393">InvokeListener component is not in Framework.library</action>
       </release>
       <release version="4.0-beta-1" date="Jun 24 2005">
          <action type="add" dev="HLS">Add InvokeListener component.</action>
  
  
  
  1.8       +1 -0      jakarta-tapestry/framework/src/java/org/apache/tapestry/Framework.library
  
  Index: Framework.library
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/Framework.library,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Framework.library	4 Jul 2005 21:33:16 -0000	1.7
  +++ Framework.library	10 Jul 2005 01:52:19 -0000	1.8
  @@ -56,6 +56,7 @@
       <component-type type="ImageSubmit" specification-path="form/ImageSubmit.jwc"/>
   	<component-type type="Insert" specification-path="components/Insert.jwc"/>
       <component-type type="InsertText" specification-path="html/InsertText.jwc"/>
  +    <component-type type="InvokeListener" specification-path="components/InvokeListener.jwc"/>
       <component-type type="LinkSubmit" specification-path="form/LinkSubmit.jwc"/>
       <component-type type="ListEdit" specification-path="form/ListEdit.jwc"/>
       <component-type type="Option" specification-path="form/Option.jwc"/>
  
  
  

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