Using HTML tags in JSF

Hi ,

There is a requirement in my project where i have to convert the PHP Application to JSF App

Can i use the normal HTML tags.. in the JSP when i am using the JSF tags in between.

if i use the normal HTML tags does it impact in anyway.

i was enable to decide wether to use normal HTML tags..or i need to go with the htm tag library.

i tried using the htm tag library but it not giving me the proper UI. as i have to use the existing CSS that are used in PHP app.

please suggest me.

Thanks in Advance

Arthi.

[564 byte] By [Arthi.Konditia] at [2007-11-27 11:44:33]
# 1

Embed your HTML code in <f:verbatim></f:verbatim> tags and the components would be rendered.

SirG

SirGenerala at 2007-7-29 17:56:31 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Thanks for the reply.....

There are whole bunch of HTML tags ..TABLE ..TR.. TD..and DIV..... that i am using do i need to keep all the tags in

<f:verbatim>?

i am not clear about it.,..

Thanks !

Arthi

Arthi.Konditia at 2007-7-29 17:56:31 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

In a standard JSF 1.2 environment you don't need that f:verbatim tag, epxect if you want to render plain HTML components conditionally.

Tables can easily be replaced by h:panelGrid and h:dataTable.

BalusCa at 2007-7-29 17:56:31 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...