summaryrefslogtreecommitdiffstats
path: root/WebContent/pages/categories.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/pages/categories.xhtml')
-rw-r--r--WebContent/pages/categories.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/pages/categories.xhtml b/WebContent/pages/categories.xhtml
index 7c3ecac..9e9ad4f 100644
--- a/WebContent/pages/categories.xhtml
+++ b/WebContent/pages/categories.xhtml
@@ -39,7 +39,7 @@
<h:outputText value="" />
</f:facet>
<h:commandLink value="View Details ..." immediate="true"
- actionListener="#{CategoryManager.select}" action="select">
+ actionListener="#{CategoryManager.select}" action="select" id="detailsLink">
<f:param name="selectedId" value="#{category.id}" />
</h:commandLink>
</h:column>