On Fri, 2007-08-24 at 10:12 +0100, Francisco Passos wrote: > Good day! > > I know JSTL is more fully supported in the JSF 1.2 branch of Myfaces. > However, I'd like to know specifically what does not or might not work > properly when using the JSTL library on myfaces 1.1.5.
JSTL expressions that can change the number of JSF components in the view are the main issue So things like having a JSF component within a c:if or a c:forEach is a problem. I think c:if/c:forEach are ok if the condition of the if/forEach does not change during the lifetime of the view. I've certainly used c:if successfully with JSF to conditionally include subviews, but the subview never "disappeared" while the view was active... Regards, Simon

