| Author |
Default values for body-content element
|
Vishnu Prakash
Ranch Hand
Joined: Nov 15, 2004
Posts: 1026
|
|
I couldn't find default values for the <body-content> element for all three 1. Tag Files 2. Simple Tags 3. Custome tags in JSP 2.0 specs. I like to confirm whether these are correct.
|
Servlet Spec 2.4/ Jsp Spec 2.0/ JSTL Spec 1.1 - JSTL Tag Documentation
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
To tell you the truth, I have no idea what the defaults are (or even if there are defaults), as I think it'd be a bad idea to rely upon them. I always explicitly state what content the tag is expecting. Additionally, if you auto-generate documentation from the TLD files (which I do, fastidiously using the <description> tags throughout the TLDs) omitting such information makes the docuementation much less useful. If you do not auto-generate docs, being explicit within the TLD is even more important as it probably serves as the only documentation for your tags.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Default values for body-content element
|
|
|