any jsf tag in place of div in html
hi
is there any jsf tag available in place of div tag of html
hi
is there any jsf tag available in place of div tag of html
If you're talking about Sun JSF RI library: no.
You have 3 options:
1) Use h:panelGroup and set CSS style to display: block; then this span element will behave exactly the same as a div.
2) Use the Exadel HtmLib component <htm:div>
3) Use f:verbatim and raw div.
I'll add that the Tomahawk library has <t:div> as well as <t:htmlTag>.