Greetings to all,
I have been trying to get <s:url> to work properly.
Here is the code.

        <s:url id="paginationurl" action="role" namespace="/role">
            <s:param  name="offset" value="%{offset}"></s:param>
            <s:param name="direction" value="forward"></s:param>
        </s:url>
        <s:a  href="%{paginationurl}">Next Record</s:a>

here the parameter offset comes from the action bean which shows up in the
url fine. But the parameter direction which is assigned a value "forward"
does not show. How can I fix this.

Thanks in advance,
Supratim.

Reply via email to