Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
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
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Tim Cooke
Sheriffs:
Rob Spoor
Liutauras Vilda
paul wheaton
Saloon Keepers:
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Piet Souris
Bartenders:
Stephan van Hulst
Forum:
JSP
Possible to selectively exlucde a file from having the prelude and coda?
Dave Alvarado
Ranch Hand
Posts: 436
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Using
Tomcat
6.0.26. We currently have this in our web.xml file
<jsp-config> <jsp-property-group> <url-pattern>/WEB-INF/views/*</url-pattern> <url-pattern>/WEB-INF/error-pages/*</url-pattern> <include-prelude>/WEB-INF/includes/header.jspf</include-prelude> <include-coda>/WEB-INF/includes/footer.jspf</include-coda> </jsp-property-group> </jsp-config>
How can we specify a
pattern
such that the prelude and coda are applied to all pages except one group -- /our-page/folder1/* ? Thanks, - Dave
It's a beautiful day in this neighborhood - Fred Rogers. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Adding prelude-include seems to break default welcome file list
new include tags
Including files using the deployement descriptor
jsp-config prelude and coda
Anyone get Implicit Includes to work?
More...