java - is there a tab control in RichFaces or JSF that doesn't render ugly nested tables? -
the richfaces 3.3.3 tabpanel control i'm using renders 4 level nested tables. there other tab control render clean html or atleast allow me control it? <ul>
?
this kind of ugly code (and not related <rich:tab>
component) used in order assure compatibilities , identical behaviors among browsers, including ie (and ie6 also), firefox, safari, chrome, , on...
that's why html code, javascript code, not optimized richfaces components.
if problem you, can try use own components (some examples have been provided org.life.java).
eventually can simulate behavior buttons , javascript (that hide or show different panels) or using 1 <a4j:commandbutton>
per tab refresh content of basic panel.
Comments
Post a Comment