I keep on getting confused about which types of tags can use which types of body-content values.
Can anyone provide me with a list of each?
e.g.
Custom Tags: scriptless, empty, tagdependent,
JSP
Simple Tag Handler: scriptless, empty, tagdependent, JSP
Classic Tag Handler: scriptless, empty, tagdependent, JSP
Tag file: scriptless, empty, tagdependent
Is that right? you can use all of the types in any tag except that tag files cant use JSP, as they cannot accept scripting in the body?