Mantis - Resin
Viewing Issue Advanced Details
2807 major always 07-25-08 02:41 08-07-08 17:27
hpri  
ferg  
normal  
closed 3.1.6  
fixed  
none    
none 3.2.1  
0002807: Error with a tag file attribute called 'name'
Create a simle tag with an attribute called 'name':

<%@ tag %>
<%@ attribute name="name" required="true"%>

and try to use it with EL:

<input name="${name}" type="text" />

The result will be an empty string whatever the value of 'name'.

Notes
(0003304)
ferg   
08-07-08 17:27   
jsp/101r