Link Components FAQPage edited by Howard M. Lewis ShipChanges (2)
Full ContentLink ComponentsHow do I add query parameters to a PageLink or ActionLink?These components do not have parameters to allow you to specify query parameters for the link; they both allow you to specify a context (one or more values to encode into the request path). However, you can accomplish the same thing with a little code and markup. For example, to create a link to another page and pass a query parameter, you can replace your PageLink component with a standard <a> tag:
<a href="" class="code-quote">"${profilePageLink}">Display Profile (w/ full details)</a>
Change Notification Preferences
View Online
|
View Changes
|
- [CONF] Apache Tapestry > Link Components FAQ confluence
- [CONF] Apache Tapestry > Link Components FAQ confluence
