You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2006/06/20 04:00:02 UTC

svn commit: r415482 - /jakarta/turbine/core/trunk/xdocs/howto/velocity-site-howto.xml

Author: seade
Date: Mon Jun 19 19:00:01 2006
New Revision: 415482

URL: http://svn.apache.org/viewvc?rev=415482&view=rev
Log:
Minor documentation change to address TRQD8.

Modified:
    jakarta/turbine/core/trunk/xdocs/howto/velocity-site-howto.xml

Modified: jakarta/turbine/core/trunk/xdocs/howto/velocity-site-howto.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/core/trunk/xdocs/howto/velocity-site-howto.xml?rev=415482&r1=415481&r2=415482&view=diff
==============================================================================
--- jakarta/turbine/core/trunk/xdocs/howto/velocity-site-howto.xml (original)
+++ jakarta/turbine/core/trunk/xdocs/howto/velocity-site-howto.xml Mon Jun 19 19:00:01 2006
@@ -275,9 +275,13 @@
 ]]></source>
 
 <p>
-As you can see above, I used a "," instead of a "/". You can use either
-one here. The above will create a fully formed URI with the session information
-encoded into the link if the clients brower has cookies turned off.
+As you can see above, a "," rather than a "/" is used to separate elements of
+the template path.  By changing the default pull tool for $link to
+<code>TemplateLinkWithSlash</code> you could use "/" as the separator however
+this is not recommended as it is less efficient (internally they are converted
+to "," so as to avoid problems parsing pathinfo).
+The above will create a fully formed URI with the session information
+encoded into the link if the client browser has cookies turned off.
 </p>
 
 </section>



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