%@ taglib uri="file:../mvc.tld" prefix="mvc" %>
<%@ taglib uri="file:../cincomtags.tld" prefix="cincom" %>
<%@ taglib uri="file:../grocery.tld" prefix="grocery" %>
Shopping site
- --
<-- just an example of changing a bean in the body of the useBean tag -->
<%
self handler attributeAt: 'nothing' put: (OrderedCollection with: 1 with: 2) asValue.
%>