[
http://www.stripesframework.org/jira/browse/STS-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12290#comment-12290
]
Timothy Stone commented on STS-823:
-----------------------------------
stripesuser,
Interesting. What if page directives are not being used? We are not using any.
Of note is that the spec is pretty clear that contentType directives are the
only exception to the position independent nature of page directives: <%@ page
contentType="text/html" ... %> must appear on the first line of the document.
The "default," or unwritten, page directive for contentType is:
<%@page contentType="text/html;charset=UTF-8" pageEncoding="ISO-8859-1"
language="java" %>
> Stripes Layouts not working in Weblogic 10.3.3.0
> ------------------------------------------------
>
> Key: STS-823
> URL: http://www.stripesframework.org/jira/browse/STS-823
> Project: Stripes
> Issue Type: Bug
> Components: Tag Library
> Affects Versions: Release 1.5.4, Release 1.5.5, Release 1.5.6
> Environment: Tested on Windows XP and RHEL.
> Oracle Weblogic 10.3.3.0.
> Tried from Stripes 1.5.3 to 1.5.6
> Reporter: Roger de la Fuente
> Labels: layout, weblogic
> Attachments: layout.jsp, layout-tstone.jsp, test.jsp, test-tstone.jsp
>
>
> 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.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development