You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ha...@apache.org on 2003/10/31 05:07:08 UTC

cvs commit: jakarta-tapestry/doc/src/ComponentReference Script.html

harishkswamy    2003/10/30 20:07:08

  Modified:    doc/src/ComponentReference Script.html
  Log:
  Fixed PUBLIC ID and URL for the script specification in the examples.
  
  Problem reported by Glen Stampoultzis.
  
  Revision  Changes    Path
  1.13      +7 -3      jakarta-tapestry/doc/src/ComponentReference/Script.html
  
  Index: Script.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/doc/src/ComponentReference/Script.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Script.html	26 Jul 2003 02:18:27 -0000	1.12
  +++ Script.html	31 Oct 2003 04:07:08 -0000	1.13
  @@ -182,7 +182,9 @@
   <!-- Sets the focus to the first form element which is not hidden and not disabled. --> 
   <!-- /com/mycorp/scripts/FormFocus.script --> 
   <?xml version="1.0" encoding="UTF-8"?>
  -&lt;!DOCTYPE script PUBLIC<br>	&quot;-//Howard Lewis Ship//Tapestry Script 1.2//EN&quot;<br>	&quot;http://tapestry.sf.net/dtd/Script_1_2.dtd&quot;&gt;<br>
  +&lt;!DOCTYPE script PUBLIC<br>
  +	&quot;-//Apache Software Foundation//Tapestry Script Specification 3.0//EN&quot;<br>
  +	&quot;http://jakarta.apache.org/tapestry/dtd/Script_3_0.dtd&quot;&gt;<br>
   &lt;script&gt;
     &lt;body&gt;
   <b>&lt;![CDATA[</b> 
  @@ -246,7 +248,9 @@
   &lt;!-- Sets the focus to the specified input field if not hidden and not disabled. --&gt; 
   &lt;!-- /com/mycorp/scripts/InputFocus.script --&gt; 
   &lt;?xml version="1.0"?&gt;
  -&lt;!DOCTYPE script PUBLIC<br>	&quot;-//Howard Lewis Ship//Tapestry Script 1.2//EN&quot;<br>	&quot;http://tapestry.sf.net/dtd/Script_1_2.dtd&quot;&gt;<br>
  +&lt;!DOCTYPE script PUBLIC<br>	
  +	&quot;-//Apache Software Foundation//Tapestry Script Specification 3.0//EN&quot;<br>
  +	&quot;http://jakarta.apache.org/tapestry/dtd/Script_3_0.dtd&quot;&gt;<br>
   &lt;!--
   Selects the specified form input field on body load if the input type is not 
   "hidden" and the input field is not disabled.
  
  
  

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