Bug 32755 - EmptyOperator does not evaluate instances of Collection
Summary: EmptyOperator does not evaluate instances of Collection
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-17 16:11 UTC by Edgar Poce
Modified: 2005-02-16 17:31 UTC (History)
0 users



Attachments
Eclipse generated patch (4.97 KB, patch)
2004-12-17 16:14 UTC, Edgar Poce
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Edgar Poce 2004-12-17 16:11:37 UTC
org.apache.taglibs.standard.lang.jstl.EmptyOperator is evaluating only List but
not Collection instances. Any Collection different from List returns not empty.
Comment 1 Edgar Poce 2004-12-17 16:14:17 UTC
Created attachment 13775 [details]
Eclipse generated patch

List with Collection replacement
Comment 2 Dhiru Pandey 2005-02-17 02:31:46 UTC
Thanks for the fix Edgar Poce. It was committed by Pierre Delisle.

Marking this bug fixed

-Dhiru