i have developed application with following facets
- Dynamic Web Module 2.5
- JavaServer Faces 1.2
- Java 5
and i m using Rich Faces 3.2, Sever is Tomcat 6
i get an error
Attribute align invalid for tag panelGrid according to TLD.
i did followed the link
Layout out invalid according to TLD
but it didnt solve my problem since i m already using JSF 1.2. What could be the possible cause of this error. I can give following hints
- the project was initially developed with no JavaServer Facet installed
- i add JSF 1.2 and Rich faces (for some enhancement that i needed to be incorporated).
- ever since then i started getting this error.
Thanks in Advance.