, 2001 9:39 PM
To: Struts-User (E-mail)
Subject: multiple params on link
I have an iterate tag and the body of this tag prints out a link to forward.
I need to pass multiple parameters to the link one of which is a property of
the current bean in the iteration.
I tried doing the following
I have an iterate tag and the body of this tag prints out a link to forward.
I need to pass multiple parameters to the link one of which is a property of
the current bean in the iteration.
I tried doing the following :
<%
java.util.HashMap args = new java.util.HashMap(2);
args.put("adj
2 matches
Mail list logo