Mantis - Resin
Viewing Issue Advanced Details
1319 major always 08-29-06 11:59 08-01-06 09:05
billa  
ferg  
normal  
closed 3.0.21  
fixed  
none    
none 3.0.22  
0001319: problem with custom JSP taglib class
This used to work in 3.0.19. But when we upgraded to 3.0.21, one of our JSP stops working. The JSP uses a custom JSP taglib class that contains a nested class.
We get a partial gennerated .java file and the following error message in resin.stdout:

13:12:12.148] /example.jsp:103:
'<name_of_nested_class>' is an unknown class for tag variable 'err'.

err is a tag variable that is defined to the the nested class in TagExtraInfo.

There are no notes attached to this issue.