-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Nightly Build
-
Fix Version/s: 1.0.0
-
Component/s: Tag Libraries
-
Labels:None
-
Environment:Operating System: other
Platform: Other
-
Bugzilla Id:2112
The change of RequestUtils.lookup presents a bug in the PresentTag:
if i do this: <logic:present name="attributes">
then logic calls: RequestUtils.lookup(xxx)
And it doesn't find that bean. So RequestUtils suddenly throws a Exception which
it didn't before (returned just null) So now the present tag isn't working
anymore.
Johan