• 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

Nested .tag files problem

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to create nested tag files but even though they both work in isolation (commenting out the parent or child) they fail when one is nested inside the other.

The tags are packaged in a jar inside my WEB-INF/lib. The jar includes two tag files in META-INF/tags/form and a tld in the META-INF directory. The tags are called actions.tag (parent) and action.tag (child) and are as follows:

actions.tag


action.tag


form.tld


page.jsp


Using both tags together gives this exception which gives me no real clues.


Can anyone see what might be wrong?

Thanks in advance
Mark
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The message doesn't seem to match your JSP code much, does it?

I've moved this over to our Websphere forum where those more savvy regarding WS quirks may be able to help.
reply
    Bookmark Topic Watch Topic
  • New Topic