• 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

geting the definition name in jsp - Please help dead line fast approaching

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I have two definition list in tiles-defs.xml. How will I uniquely identify which list was called in the JSP.
Example, how do I retrieve the definiton name in JSP??
Please help.
Thanks,
Kavitha

<definition name="view.menu.links" path="/layouts/menu.jsp">
<put name="title" value="Action Links"/>
<putList name="items">
<item value="MRTS Home" link="/index.jsp" classtype="org.apache.struts.tiles.beans.SimpleMenuItem"/>
</putList>
</definition>
<definition name="update.menu.links" path="/layouts/menu.jsp">
<put name="title" value="Action Links"/>
<putList name="items">
<item value="MRTS Home" link="/index.jsp" classtype="org.apache.struts.tiles.beans.SimpleMenuItem"/>
</putList>
</definition>
 
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey there,
Check out the following link. It contains some excellent documentation on Tiles:
http://www.manning.com/husted/chap11.pdf
Cheers.
Darryl
 
Kavitha Chandrasekaran
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Darryl!!
The information is pretty good.
Kavitha
 
Everybody! Do the Funky Monkey! Like this tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic