| Author |
Nested .tag files problem
|
Mark Thomsit
Greenhorn
Joined: Apr 01, 2008
Posts: 5
|
|
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
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56177
|
|
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.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Mark Thomsit
Greenhorn
Joined: Apr 01, 2008
Posts: 5
|
|
As a follow up, I've tested with an extremely simple example which uses no attributes and get the same problem. outer tag - testbody.tag inner tag - another.tag calling jsp - new.jsp error
|
 |
Mark Thomsit
Greenhorn
Joined: Apr 01, 2008
Posts: 5
|
|
sorry - part of the JSP code was missed:
|
 |
 |
|
|
subject: Nested .tag files problem
|
|
|