You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Allen Walker <aw...@mail.utexas.net> on 2001/03/22 10:10:43 UTC

LAST TIME

Last time, a key portion of the question was omitted..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:

[html:link page="/addItem.do" paramName="item" paramProperty="isbn"] [img 
src="images/trashCan.gif" width="18" height="26"]
[/html:link]

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-