Thanks for the reply.
In my jsp,
if I have
<input type="hidden" name="d-49489-p" value="4"> it works.
But I tried to implement your changes, and changed
this to
<input type="hidden" name="<%=pc%>" value="<%=pv%>">
where pc = request.getAttribute("displayPageCode") and pv is value of page number.
it's not working.
If I view source of this jsp, it has correct values.
May be display tag is trying to resolve these values before hand.
Do you have any idea on this?
Thanks for your time.
Neelima
Yahoo! Mail
Use Photomail to share photos without annoying attachments.

