• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Multiple Inheritance in Tiles

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Probably the answer to this question is no,but is it possible for a page to inherit for more than one layout JSPs in tiles?

Actually what I'm trying to achieve is this - I want to have more than one layout JSP file for the site for different styles. A set of pages will use one layout JSP and other sets will use other. I also have a javascript file that I want to include on all pages irrespective of what layout the pages use. I was thinking of including all global javascript imports in one parent layout JSP and other layout JSP to extend from this parent, so that global javascript files become available to all pages irrespective of what layout they follow. Is it possible to achieve or is there a better way to do this.

Thanks,
Subir.
 
Subir Kumar Sinha
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys, if somebody has an idea please reply.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic