> Hi
>
> Please tell me the use of <f:verbatim> tag and
when can I use this in
> my form page.If I use this to show the html part in it,
It is giving a
> Null pointer Exception .When I remove the verbatim tag
it's working
> proper.
>
> Regds,
> Chandru.
Please show us the code where f:verbatim does not work!
f:verbatim is used to fix incompatibilities between JSF and
JSP.
If you don't use f:verbatim around plain HTML sections in
your page you
will sooner or later encounter strange effects with text or
elements
showing up at unexpected places in your page.
Kind regards
Matthias
|