Any ideas why this always treats my url variable as text? The output I see is as follows.

${url}http://localhost/myContext/${url}


<c:url var="url" scope="page" value="/selectServices.do">
<c:param name="product" value="${indexVal}"/>
<c:param name="action" value="Remove"/>
</c:url>
<c:out value="${url}"/><a href="${url}"><html:img page="/images/trashcan.gif"/></a>


thanks in advance

scott

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to