[ 
https://issues.apache.org/jira/browse/TOMAHAWK-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605743#action_12605743
 ] 

Neal Haggard commented on TOMAHAWK-922:
---------------------------------------

We similarly are trying to move from MyFaces 1.1 to 1.2 to get JSF 1.2 support 
for RichFaces 3.2.  Was also very surprised to find blank pages when I finally 
got everything configured up.  Took quite a bit of googling to realize it was 
Tiles not properly being set up.  I'm behind a firewall, so I'm getting an I/O 
error when I try and use the JspTilesTwoViewHandlerImpl given above.

> JSF-1.2: JspTilesViewHandlerImpl
> --------------------------------
>
>                 Key: TOMAHAWK-922
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-922
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Tiles
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: MyFaces Tomahawk SVN HEAD + JSF-1.2_03 (Reference 
> implementation) + JDK-1.5.0_11 + Tomcat-6.0.10
>            Reporter: Jesper Pedersen
>
> The JspTilesViewHandlerImpl doesn't work under JSF-1.2 (RI) as it doesn't 
> deliver any output.
> Steps:
> 1) Get myfaces-example-tiles-1.1.5-SNAPSHOT.war
> 2) Replace MyFaces-Core with JSF-1.2 (RI) in WEB-INF/lib
> 3) Deploy on Tomcat-6.0.10
> 4) Go to http://localhost:8080/myfaces-example-tiles-1.1.5-SNAPSHOT/
> Generated HTML:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <head>
>   <meta http-equiv="Content-Type" content="text/html;CHARSET=iso-8859-1" />
>   <title>Myfaces - Tiles</title>
>   <link rel="stylesheet" type="text/css" href="css/tiles.css" />
> </head>
> </html>
> Basically I'm unable to use Tomahawk under JSF-1.2 currently, so any pointers 
> on how to fix this issue or to provide more information would be great.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to