URL Tag doesn't generate url properly when using ActionMapper other that DefaultActionMapper like RestfulActionMapper.
If we have say.
<ww:url action="myAction">
<ww:param name="param1" value="%{'value1'}" />
</ww:url>
with RestfulActionMapper it creates url like
/myAction/param1/value1?param1=value1
whereas it should actually created
/myAction/param1/value1
The same goes for url created by ww:form tag when the action mapper is other that DefaultActionMapper
URL Tag doesn't generate url properly when using ActionMapper other that DefaultActionMapper like RestfulActionMapper.
If we have say.
<ww:url action="myAction">
<ww:param name="param1" value="%{'value1'}" />
</ww:url>
with RestfulActionMapper it creates url like
/myAction/param1/value1?param1=value1
whereas it should actually created
/myAction/param1/value1
The same goes for url created by ww:form tag when the action mapper is other that DefaultActionMapper
see [1] [2] for more info
[1] - http://forums.opensymphony.com/thread.jspa?threadID=120372&tstart=0
[2] - http://forums.opensymphony.com/thread.jspa?threadID=112526&tstart=0