Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Release 1.5.2
-
Fix Version/s: None
-
Component/s: Tag Library
-
Labels:None
-
Environment:Weblogic 10.0
Description
Weblogic 10.0 is fairly old, but unfortunately we are stuck with it for some customer. The taglib implementation of that version (more precisely, Javelin) does not support generics in the signature of the public methods in the tag classes, which leads to the dreaded "The qualifier of this name is a package, which cannot contain fields" error. Attached to this report, you'll find a small patch against 1.5.2 which removes those generics from the signatures and add castings where those methods were internally used.
Patch which fixes the problem without reducing functionalities.