JSF problem

I want to know if there would be any problem if the JSF components are embedded inside a html div tag.Message was edited by: KiranSagi
[155 byte] By [bronze-starDukes] at [2007-11-26 12:13:54]
# 1

i have never had a problem doing this

jsut make sure if you in a component that renders its children

to surround the div with f:verbatim

e.g.

<f:verbatim>

<div>

<f:verbatim>

<f:verbatim>

</div>

<f:verbatim>

thats if yoru not using jsf 1.2

bronzestar at 2007-7-7 14:15:42 > top of Java-index,Archived Forums,Socket Programming...
# 2
I am using jsf 1.2but i have a selectManyListBox. It comes up well in firefox but in IE the component is not showing upBy the way this component is being shown in a window which pops up as a dialog.
bronzestar at 2007-7-7 14:15:42 > top of Java-index,Archived Forums,Socket Programming...
# 3
whats your code look like
bronzestar at 2007-7-7 14:15:42 > top of Java-index,Archived Forums,Socket Programming...