You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by mi...@apache.org on 2003/10/19 01:49:03 UTC

cvs commit: jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/popup PopupLink.jwc

mindbridge    2003/10/18 16:49:03

  Modified:    contrib/src/org/apache/tapestry/contrib/popup PopupLink.jwc
  Log:
  PR: 23668 contrib:PopupLink ignores informal parameters  by  Konstantin Sharenkov
  
  The PopupLink has been modified to render its informal parameters.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/popup/PopupLink.jwc
  
  Index: PopupLink.jwc
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/contrib/src/org/apache/tapestry/contrib/popup/PopupLink.jwc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PopupLink.jwc	1 Jun 2003 05:05:16 -0000	1.2
  +++ PopupLink.jwc	18 Oct 2003 23:49:03 -0000	1.3
  @@ -18,7 +18,7 @@
           <binding name="features" expression="features"/>
   	</component>
   
  -  	<component id="link" type="Any">
  +  	<component id="link" type="Any" inherit-informal-parameters="yes">
           <binding name="element" expression='"a"'/>
           <binding name="href" expression='"javascript:" + popupFunctionName + "();"'/>
     	</component>
  
  
  

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