Mantis - Resin
Viewing Issue Advanced Details
3953 minor always 03-17-10 11:18 03-30-10 10:06
ferg  
ferg  
normal  
closed 4.0.5  
fixed  
none    
none 4.0.6  
0003953: jsp tag ancestors
(rep by Jamison Novak)


"Sometimes a custom JSP tag is nested inside another tag with the child tag accessing properties of the parent tag. The child tag gets a reference to the parent tag by calling SimpleTagSupport.findAncestorWithClass(). In this case, the nested tags are in a loop, and for all iterations, the call to SimpleTagSupport.findAncestorWithClass() is returning the parent tag from the first iteration."


Notes
(0004495)
ferg   
03-30-10 10:06   
jsp/0800