I'm sending this again b/c my mailer tried to interpret to markup tags, replace all [ ]'s with < >'s respectively. [logic:iterate id="item" name="cart" property="items" scope="session"] ISBN: [bean:write name="item" property="isbn" filter="true"/] [img src="images/trashCan.gif" width="18" height="26"] [/html:link] [/logic:iterate] [/html:form] ----------- Ok, the line: [bean:write name="item" property="isbn" filter="true"/] works fine, displays the value, but the line: Doesnt add the isbn parameter, it renders it only as: http://localhost:8080/test/addItem.do , I want it to render it as something like http://localhost:8080/test/addItem.do?isbn="0000" Thanks for any help. -allen-