<s:if test="#session.cartitems.size > 0">
<table>
<s:iterator value="#session.cartitems">
<tr id="row_<s:property value="itemid"/>">
<td>
<s:property value="itemName" />
</td>
<td>
<s:property value="listprice" />
</td>
<td>
<s:url id="removeUrl" action="removeItemFromCart">
<s:param name="itemid" value="itemid" />
</s:url>
<s:a href="%{removeUrl}" theme="ajax" targets="basket">Remove</s:a>
<s:a id="a_%{id}" theme="ajax" notifyTopics="/edit">Edit</s:a>
</td>
</tr>
</s:iterator>
</table>
</s:if>
Monday, April 21, 2008
Subscribe to:
Post Comments (Atom)
0 Comments:
Post a Comment