[ 
http://www.stripesframework.org/jira/browse/STS-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12288#comment-12288
 ] 

stripesuser commented on STS-823:
---------------------------------

Hi Roger

I had the same problem. 
After some investigations I found two things you can change and it should work:
1. The page directive should be the first line in your jsp files.
2. Change the page directive to <%@ page contentType="text/html;charset=UTF-8" 
language="java" pageEncoding="UTF-8"%>

Let me know if it solved the problem.



> 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

        

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to