I've run into a couple of snags migrating to the
new version. I have changed
all package prefixes in faces-config and web.xml to point to org.apache.* and my application
now loads fine, but I cannot navigate since my tiles-defs.xml is no longer found.
all package prefixes in faces-config and web.xml to point to org.apache.* and my application
now loads fine, but I cannot navigate since my tiles-defs.xml is no longer found.
Here is the entry in web.xml:
<context-param>
<param-name>tiles-definitions</param-name>
<param-value>/WEB-INF/tiles-defs_en.xml, /WEB-INF/tiles-defs.xml</param-value>
</context-param>
Is there a document which addresses this migration (project move)
explicitly ?
Have there been any changes regarding how to register the use of tiles ?
Have there been any changes regarding how to register the use of tiles ?
Like I said, the only thing I have done for changing versions is to replace
the jars in the lib directory
and change the package prefixes in both web.xml and faces-config.
and change the package prefixes in both web.xml and faces-config.
Any help would be appreciated,
Mark

