Commit 30aaa2bc by Antti Tönkyrä

fix webxml... :)

1 parent 4550323a
......@@ -7,9 +7,8 @@
<ui:composition template="#{sessionHandler.template}">
<ui:define name="content">
#{userCartView}
<p:dataTable value="#{userCartView}" var="cartItem">
<h:outputText value="#{cartItem}" />
<p:dataTable value="#{userCartView.usercart}" var="cartItem">
</p:dataTable>
</ui:define>
</ui:composition>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!