any jsf tag in place of div in html

hi

is there any jsf tag available in place of div tag of html

[74 byte] By [javamnr948a] at [2007-11-27 11:11:18]
# 1

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.

BalusCa at 2007-7-29 13:47:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

I'll add that the Tomahawk library has <t:div> as well as <t:htmlTag>.

RaymondDeCampoa at 2007-7-29 13:47:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...