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/11/08 13:01:33 UTC

cvs commit: jakarta-tapestry/examples/Workbench/context/WEB-INF Dates.page

mindbridge    2003/11/08 04:01:33

  Modified:    examples/Workbench/context/WEB-INF Dates.page
  Log:
  The 'href' parameter of the popup link component was defined as 'url'. 
  Fixed.
  
  PR: 23916 The Dates tab in the Workbench contains an empty popup link  
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tapestry/examples/Workbench/context/WEB-INF/Dates.page
  
  Index: Dates.page
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Workbench/context/WEB-INF/Dates.page,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Dates.page	1 Jun 2003 05:05:03 -0000	1.3
  +++ Dates.page	8 Nov 2003 12:01:33 -0000	1.4
  @@ -7,7 +7,7 @@
   <page-specification class="org.apache.tapestry.workbench.fields.Dates">
   
   	<component id="helpLink" type="contrib:PopupLink">
  -		<binding name="url" expression='"popuplink-help.html"'/>
  +		<binding name="href" expression='"popuplink-help.html"'/>
   		<binding name="height" expression="400"/>
   		<binding name="width" expression="850"/>
   		<binding name="features" expression='"top=200,left=100,resizable=yes,scrollbars=yes"'/>
  
  
  

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