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

Key: WW-671
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: John Patterson
Votes: 0
Watchers: 0
Operations

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

URLTag does not include parameters when value is specified

Created: 04/Nov/04 07:02 AM   Updated: 14/Nov/04 07:07 PM
Component/s: Views
Affects Version/s: None
Fix Version/s: 2.1.6


 Description  « Hide
The URLTag has a property 'includeParams' that specifies whether the generated url will contain the parameters of the current reqeust. This feature cannot be used unless no 'value' attribute is specified (value != null).

My application uses the 'includeParams' property to pass state from page to page instead of using a session.

My change was to just comment out the lines:

if (value == null) {
   ...
  }



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