• 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

Struts Layout with struts2

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I heard about the 'Struts Layout' framework. It is great for the view part i.e. one form can be used in different modes I mean for each component we can define the mode to edit/readonl/disable something like that. And struts2 also has its own features like ActionSupport and OGNL.

How can I get benefits of both. Like using 'Struts Layout' framework using struts2. And is it advicable?

Also I want more to know abt the 'ValueStack' concept in struts2.

Any help will be appreciated. Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic