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
Win a copy of
Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams
this week in the
Agile and Other Processes
forum!
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
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Devaka Cooray
Ron McLeod
Paul Clapham
Liutauras Vilda
Sheriffs:
paul wheaton
Jeanne Boyarsky
Tim Cooke
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Bartenders:
Forum:
Struts
can we have multiple tile-def file ?
Nakata kokuyo
Ranch Hand
Posts: 472
posted 17 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 17 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 17 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
I think she's lovely. It's this tiny ad that called her crazy:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
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...