• 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

Can we use other result types when using Tiles

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have just had a go through of Tiles 2 in struts 2. I wonder how can other result types can be used with tyles since for using tiles we need to specify the result type as "tiles". Say for instance redirectAction is an exetremly useful result type. how do i perform redirectAction when using tiles. Or for that matter i have created some custom result types can i not use them when using tiles.

Is it a shortcoming of using tiles with struts 2?

If tiles weakens the capability of struts 2 and there is no useful workaround what are the other options i am left with for defining the layout of my pages. Can i define the layout of my page using CSS and <s:div> tag only. but then how will it apply to entire website?

I am thinking of considering some technology for layout/template for my webpages. Any suggestions please pour in all of them.

 
reply
    Bookmark Topic Watch Topic
  • New Topic