diff options
Diffstat (limited to 'WebContent/pages')
| -rw-r--r-- | WebContent/pages/categories.xhtml | 2 | ||||
| -rw-r--r-- | WebContent/pages/products.xhtml | 2 |
2 files changed, 2 insertions, 2 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> 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> |
