Skip to content

Instantly share code, notes, and snippets.

Revisions

  1. larsolino renamed this gist Jul 23, 2008. 1 changed file with 0 additions and 0 deletions.
  2. larsolino created this gist Jul 23, 2008.
    6 changes: 6 additions & 0 deletions Displaytag column with multiple parameters.jsp
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    <display:table name="objectlist" class="table" id="object" requestURI="">
    <display:column property="objectattribute1" titleKey="i18nColumnTitleKey"/>
    <display:column titleKey="i18nColumnTitleKey">
    <a href="<c:url value="/namespace/editObject.html?id=${object.id}&second=${object.otherAttribute}"/>">${object.displayAttribute}</a>
    </display:column>
    </display:table>