Created
July 23, 2008 11:24
Revisions
-
larsolino renamed this gist
Jul 23, 2008 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
larsolino created this gist
Jul 23, 2008 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>