[
https://issues.apache.org/jira/browse/TOMAHAWK-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528509
]
Stephen More commented on TOMAHAWK-1115:
----------------------------------------
$ svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 576474)
+++ pom.xml (working copy)
@@ -60,6 +60,22 @@
</dependency>
<dependency>
+ <groupId>org.apache.tiles</groupId>
+ <artifactId>tiles-core</artifactId>
+ <version>2.0.4</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tiles</groupId>
+ <artifactId>tiles-jsp</artifactId>
+ <version>2.0.4</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
<groupId>commons-el</groupId>
<artifactId>commons-el</artifactId>
<version>1.0</version>
> Adding Tiles2 support to tomahawk
> ---------------------------------
>
> Key: TOMAHAWK-1115
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1115
> Project: MyFaces Tomahawk
> Issue Type: Improvement
> Components: Tiles
> Reporter: Stephen More
> Priority: Minor
> Attachments: JspTiles2ViewHandlerImpl.java
>
>
> It looks like branch 1.x of struts is supported. (
> http://myfaces.apache.org/tomahawk/tiles.html )
> Can code be added to support tiles 2 ( http://tiles.apache.org/ ) ?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.