I'm currently trying out myfaces 1.2.0.
I noticed a small change in behaviour for the f:verbatim tag.

Before (with myfaces 1.1.6) I was able to do the following: (note I'm using facelets)

<f:verbatim
   #{facesContext.externalContext.requestContextPath}
</f:verbatim>

It would nicely output the contextpath.
However, If I try to do the same with 1.2.0 it doesn't output anything.

Is there a spec change for jsf 1.2 saying el expressions are not allowed within f:verbatim?



regards,
Safurudin Mahic

Reply via email to