Bug 8437

Summary: varReader returns a null with c:import
Product: Taglibs Reporter: Prasad Subramanian <prasad.subramanian>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: other   

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.