what is the usage of <f:verbatim/> tag?
I have seen the API, which said "Create and register a child UIOutput component associated with the closest parent UIComponent custom action, which renders nested body content."
but I still cannot understand what it means!!
I search the web and many web site just use <f:verbatim/>
</f:verbatim/> as a example, but is there any situation which need to use <f:verbatim/> tag?
if there is any non-jsf code (html, jsp) produce some output inside jsf tag, then we need to use <f:verbatim/> to enclosed it, like
, is it?