Bug 8437 - varReader returns a null with c:import
Summary: varReader returns a null with c:import
Status: RESOLVED WORKSFORME
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-23 21:07 UTC by Prasad Subramanian
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Prasad Subramanian 2002-04-23 21:07:58 UTC
If a variable of type Reader is exported using c:import ,it variable holds a 
nul value.
Comment 1 Shawn Bayern 2002-04-23 21:13:26 UTC
Are you sure you're using it correctly?  'varReader' is only available within
the nested body of <c:import>, per spec.  The behavior has been tested and works
for me.