[
https://issues.apache.org/jira/browse/TOMAHAWK-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575263#action_12575263
]
alexander ruben commented on TOMAHAWK-922:
------------------------------------------
Hello, i migrated my web application a few days ago running in the same problem
as described below.
I dont see the output inside the f:view tag.
The application worked fine with the previous version 1.5 of myfaces.
The libaries of the WEB-INF/lib , Tomcat version 6.0.16 is used:
activation_1.1.jar
antlr-2.7.6.jar
asm_1.5.3.jar
c3p0-0.9.0.jar
cglib-2.1.3.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-collections-3.2.jar
commons-dbcp-1.2.2.jar
commons-digester-1.8.jar
commons-discovery-0.4.jar
commons-el-1.0.jar
commons-email-1.0.jar
commons-fileupload-1.2.jar
commons-io-1.3.2.jar
commons-lang-2.1.jar
commons-logging-1.1.1.jar
commons-pool-1.3.jar
commons-validator-1.3.1.jar
dom4j-1.6.1.jar
dto-beanprocessor-0.2.jar
ehcache-1.3.0.jar
ejb3-persistence_3.0.jar
hibernate-annotations_3.0.0.ga.jar
hibernate-commons-annotations_3.3.0.ga.jar
hibernate-entitymanager_3.3.0.ga.jar
hibernate3_3.2.4.ga.jar
jaf-1_1-fr.zip
jakarta-oro-2.0.8.jar
jenia4faces_1.2.1.jar
jstl-1.2.jar
jta_1.1.jar
junit_3.8.1.jar
log4j-1.2.14.jar
mail_1.3.jar
myfaces-api-1.2.2.jar
myfaces-impl-1.2.2.jar
mysql-connector-java-5.0.8-bin.jar
richfaces-api-3.1.4.GA.jar
richfaces-impl-3.1.4.GA.jar
richfaces-ui-3.1.4.GA.jar
spring-2.0.jar
spring-aspects-2.0.jar
spring-mock-2.0.jar
struts-1.2.8.jar
tomahawk-1.1.6.jar
Is it possible that this bug would be fixed in the near future?
There must be many people who use myfaces 1.2 in combination with tiles without
problems or ?
thanks for your help
> 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.