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

Key: WW-1072
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

select.ftl emptyOption evaluation

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


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

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