java - Is it true that you must not use any plain HTML in RichFaces? Why? -


can point me or explain if true, must not use plain plain html tags in jsf or jsf libraries richfaces?

we're using jsf 1.2, richfaces 3.3.3 , facelets on jboss server.

someone said me must use <rich:> or <f:> or <a4j:> , components offer. reason being jsf component tree break , may have unwanted behaviour. or lose jsf tree structure @ point , functionality associated it.

i trying use plain <h1> tag , told not use , use <a4j:outputpanel> instead (which renders <div>) , style heading.

i'm having hard time believing this.

you right not believe this. there absolutely no problem in using plain html tags.

facelets creates uicomponents static markup (i.e. non-jsf). should valid.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -