• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Struts 1.3.10 and Tiles - Passing value from tiles.xml to jsp page

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an ApplicationResources file that has definitions in it. I am using tiles and have the standard layout (header, body, footer, etc). In my header, I want to include a Page Title definition that exists in the ApplicationResources file. I don't know if I'm supposed to use put/get or put/useAttribute or put/importAttribute. I don't think the Tiles Ref clearly explains what is the difference between these?? Heres the code

ApplicationResources


tiles.xml


header.jsp



I know the header is totally wrong because I cannot nest the bean and tiles tag, but I can't even get it to work with



HELP!!

Jennifer
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic