Template example(s): #set( $base = $link.relative('MyPage.vm').anchor('view') ) <a href="$base.param('select','this')">this</a> <a href="$base.param('select','that')">that</a> Toolbox configuration: <tools> <toolbox scope="request"> <tool class="org.apache.velocity.tools.view.LinkTool" selfAbsolute="true" selfIncludeParameters="true"/> </toolbox> </tools>
This tool may only be used in the request scope.
@author Gabe Sidler @author Nathan Bubna @since VelocityTools 1.0 @version $Id: LinkTool.java 544680 2007-06-05 23:39:13Z nbubna $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|