| Author |
tag files and body content
|
Stu Johns
Ranch Hand
Joined: Aug 11, 2008
Posts: 63
|
|
The body-content attribute of a tag directive in a tagfile only releates to the actual tagfile itself? From this code there is no way to use the body content or get it to display using a tagfile? Code from JSP:
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14669
|
|
|
In your tag, did you try to use the standard action jsp:doBody ?
|
[My Blog]
All roads lead to JavaRanch
|
 |
Stu Johns
Ranch Hand
Joined: Aug 11, 2008
Posts: 63
|
|
Thats it! Thanks that was driving me nuts.
|
 |
 |
|
|
subject: tag files and body content
|
|
|