
| Key: |
WW-1072
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
tm_jee
|
| Reporter: |
tm_jee
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
Created: 07/Jan/06 05:11 AM
Updated: 07/Jan/06 10:13 AM
|
|
| Component/s: |
Views
|
| Affects Version/s: |
2.2
|
| Fix Version/s: |
2.2
|
|
|
since select.ftl emptyOption is evaludated as boolean in evaluateParam() method in the component, in select.ftl
<#if parameters.emptyOption?exists>
should instead be
<#if parameters.emptyOption?default(false)>
|
|
Description
|
since select.ftl emptyOption is evaludated as boolean in evaluateParam() method in the component, in select.ftl
<#if parameters.emptyOption?exists>
should instead be
<#if parameters.emptyOption?default(false)> |
Show » |
| There are no comments yet on this issue.
|
|