Ray this works for me .... <c:url value="userPg" var="url"> <c:param name="ID" value="${item['id']}"/> <c:param name="Dispatch" value="Zoom"/> </c:url>
<a href='<c:out value="${url}"/>'>[Zoom...]</a> ending up with the following url / anchor displayed in the JSP [Zoom...] with the following properties http://localhost/do/userPg?ID=22&Dispatch=Zoom will open in the same window HTH Mike ----- Original Message ----- From: "Ray Madigan" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 12:21 AM Subject: <c:url > I am attempting to use the <c:url tag to add a link to a page and for the > life of me cannot figure out how to add content to the tag that makes it > look like an html <a tag. My links have at least five parameters so i want > to use the <param tag to specify the parameters. > > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]