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 09:48:41 UTC

again

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-