
| Key: |
WW-671
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
John Patterson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
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
|
|
|
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) {
...
}
|
|
Description
|
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) {
...
}
|
Show » |
| There are no comments yet on this issue.
|
|