• 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

using nested taglib inside tiles

 
Ranch Hand
Posts: 456
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,

i'm using tiles to assemble my jsp-fragments.

inside one jspf i'm including another one:



the included jsp works, i can access properties from my form.



but when the included jspf contains nested tags (nested:nest), its not working - i get a load of exceptions...



i'm refactoring the "layer_include" out of the including jsp (to make the latter one smaller and the included fragment reusable), so i am 100% sure that the jsp-code itself works errorfree.

i found something on google that says that tiles can have a problem with the nested taglib, but basically i did not find very much.

any ideas? confirmations? solutions?

many thanks,
jan
[ October 12, 2006: Message edited by: Jan Groth ]
 
Jan Groth
Ranch Hand
Posts: 456
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just found the bugtracker entry

its 3 years old, but it does not seem to be fixed, can anybody confirm?

thanks,
jan
 
Jan Groth
Ranch Hand
Posts: 456
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
bump.

noone here using the nested taglib?

did anyone ever try to compile struts by himself? i found it pretty complicated (dependency-wise), and - to be honest - failed till now...
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry...I can't help...I have never used the nested taglibs.

- Brent
 
reply
    Bookmark Topic Watch Topic
  • New Topic