Originally posted by chloe wong:
You need to put the verbatim tag to wrap static HTML codes in JSF.
Dushyant01 asks : Kindly specify what is meant by "static HTML codes"??
Dushyant01 says: I have not encountered this error on using HTML table component as following
<f:view>
<html>
<body>
<h:form>
<table> </table>
</h:form>
</body>
</html>
</f:view>
Perhaps the table you created is not in the view tag?
Dushyant01 asks: Does the Above written code qualify as a table that is in the view tag??
[ January 14, 2008: Message edited by: Dushyant Agarwal ]