Sun Team: Any Help ? how to customize my jsf page as in th given html page.
Hi friends,
I have given a normal html page with some pre designed format. And i have to use that predefined format in my jsf page, how can i do that. I have tried to copy all the source code of the html page and pasted it in my jsf page but it is not supporting the normal html code in it. It is showing java.lang.illegalStateException. And i had tried manually but every thing in jsf page code i have like below.
<ui:form>
</ui:form>
but how can transfer it to my jsf page. Please help me out from this problem. I hope you understood the problem,if not please let me know i will explain more elaborately.
Thanking You in Advance.

