Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Software Teaming: A Mob Programming, Whole-Team Approach
this week in the
Agile and Other Processes
forum!
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
Ron McLeod
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Rob Spoor
Junilu Lacar
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Piet Souris
Carey Brown
Bartenders:
Forum:
JSP
tag files and body content
Stu Johns
Ranch Hand
Posts: 63
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
:
<%@ taglib prefix='x' tagdir='/WEB-INF/tags' %> <html> <body> <x:test1> I am the body content. </x:test1> </body> </html>
Christophe Verré
Sheriff
Posts: 14691
16
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
In your tag, did you try to use the standard action jsp:doBody ?
[My Blog]
All roads lead to JavaRanch
Stu Johns
Ranch Hand
Posts: 63
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thats it!
Thanks that was driving me nuts.
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How can I write jsp lib that removes html tag
JSP 2.0 tagfile problem
JSTL Tag File Attribute problem
tag file question
Exception while using attribute in tag file
More...