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