hi,
I am using custom jstl tag in my jspf file as follows.
<user:newUrl dest="${object.url}" var="sendUrl">
<c:param name="userName" value="${object.name}" />
</user:newUrl>
but the problem is that while running, i am getting the following validation error.
SEVERE: Servlet.service() for
servlet jsp threw exception
org.apache.jasper.JasperException: <h3>Validation error messages from TagLibraryValidator for c in
blahblahblah.....
</h3><p>30: Invalid use of "param" tag outside legitimate parent tag</p><p>
I am not sure what is causing the problem.
Any help will be appreciated.
Thanks