Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Release 1.5, Release 1.5.1
-
Fix Version/s: Release 1.5.1, Release 1.5.2
-
Component/s: Tag Library
-
Labels:None
Description
When a page is included via <jsp:include> or some other means, the _sourcePage input points to the page from which it was included instead of to the included resource itself.
This has been troublesome for a few people. It appears that the problem that this fixed can be worked around by using <c:import> instead of <jsp:include>. If that is the case, then this change needs to be reverted for 1.5.2.