Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Release 1.5.4, Release 1.5.5, Release 1.5.6
-
Fix Version/s: Release 1.5.7
-
Component/s: Tag Library
-
Labels:None
-
Environment:Tested on Windows XP and RHEL.
Oracle Weblogic 10.3.3.0.
Tried from Stripes 1.5.3 to 1.5.6
Description
Stripes layout capabilities are unable to render correctly a layout in Oracle Weblogic.
A simple test case has been tested in Weblogic under Windows and RHEL, both in WL 10.3.3.0 version, and in Glassfish.
It works perfectly in Glassfish, but won't work in WL. Seems that the problem is the call to pageContext.include, which Stripes makes, and doesn't result in the target JSP being included in the result.
I'm attaching the test jsp files. When accessing test.jsp it prints "Hello" on the screen, but doesn't print the "Default text", neither the "I'm here!" strings.
Both jsp are stored in the root of the WAR file being uploaded to the container.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Labels | layout weblogic |
| Fix Version/s | Release 1.5.6 [ 10140 ] | |
| Fix Version/s | Release 1.5.5 [ 10130 ] | |
| Fix Version/s | Release 1.5.4 [ 10121 ] |
| Resolution | Fixed [ 1 ] | |
| Assignee | Timothy Stone [ tstone ] | Ben Gunter [ bengunter ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
I tried the stripes-example on both weblogic 10.0.3.2 as 10.0.3.4 and it suffers from the same issue as the cloned issue.
When the stripes jar (currently 1.5.6) is replaced by stripes-1.5.3.jar the stripes-example works (is rendered correctly)
This issue is blocking development on weblogic (with the newest version).
I tried both adding a weblogic.xml file which I extracted from the cloned issue as setting the content type encoding as proposed in the former ticket.
br,
Sander