Hi,
> Pure JSF is best and you can pick up from variety
> of third party premade components.
Is there any other way to include <div>-tags in a jsf-page? I don't want
to use <f:verbatim> tags around html-parts and I don't want to write my
own tag-lib. I only found a way to render <span>-Tags which I don't want
to use for all cases.
Thanks,
Carsten
hiwa - 14 Dec 2005 11:34 GMT
I think JSF basic architecture does not honor
some Jurassic parts of HTML gadgets.
Instead, it extensively uses style and styleclass
attributes as part of JSF components'
standard attributes. For your <h:outputText>
example, however, I don't understand
what are you expecting by using <div>
tags with it. Anyway, you should try achieving
similar or near effect using styles.