History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1478
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: tm_jee
Reporter: tm_jee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

URL and Form Tag doesn't generate url properly when using ActionMapper other that DefaultActionMapper like RestfulActionMapper

Created: 08/Sep/07 10:11 AM   Updated: 12/Nov/07 09:53 AM
Component/s: None
Affects Version/s: 2.2.6
Fix Version/s: 2.2.7

Issue Links:
Related
 
This issue is related to:
WW-1477 RestfulActionMapper getMapping and ge... Major Resolved


 Description  « Hide
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

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.