Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Bear Bibeault
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
Tim Cooke
Junilu Lacar
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Jj Roberts
Carey Brown
Bartenders:
salvin francis
Frits Walraven
Piet Souris
Forum:
Struts
can we have multiple tile-def file ?
Nakata kokuyo
Ranch Hand
Posts: 472
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
good day, can we have multiple tiles definition file , in practical, is multiple tiles definition file necessary ?
thank you for guidance
Seetesh Hindlekar
Ranch Hand
Posts: 244
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello,
I managed to create a user plugin and add the same to a new tiles-defs.xml.
struts-config.xml
=================
<plug-in className="org.apache.struts.tiles.TilesPlugin" >
<!-- Path to XML definition file -->
<set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml" />
<set-property property="seet-definitions-config" value="/WEB-INF/seet-tiles-defs.xml" />
<!-- Set Module-awareness to true -->
<set-property property="moduleAware" value="true" />
</plug-in>
No issues faced.
rgds,
Seetesh
Nakata kokuyo
Ranch Hand
Posts: 472
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks Seetesh Hindlekar for guidance, i do search around using google, i can't find related resources
Do not set lab on fire. Or this tiny ad:
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop
https://coderanch.com/wiki/718759/books/Building-World-Backyard-Paul-Wheaton
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
struts validator and tiles
JSF and tiles
Multiple Tiles Definition files OR passing parameters to tiles.xml at runtime
confusion on struts tile
Tiles question
More...