If you're using JSF 1.1 and JSP, then you'd need to use <f:verbatim>,
probably with a CDATA.

If you're using either facelets or JSF 1.2, then you can just drop it in as is.

On 8/9/07, daniel ccss <[EMAIL PROTECTED]> wrote:
> Anybody??
>
>
> On 8/9/07, daniel ccss <[EMAIL PROTECTED]> wrote:
> > I use a an html code to call a javascript that shows a calendar:
> >
> >                             <a href="#"
> onclick="showCalendar('fecha');" >
> >                                 <img class="PopcalTrigger"
> align="absmiddle" src="../../images/calbtn.gif" width="16" height="16"
> border="0" alt="">
> >                             </a>
> >
> >
> > The problem is that when I put it beetween the <f:view it doesn´t show up,
> I also try to put it between <f:verbatim> but it doesn´t works. What I can
> do? Obviously I need to have the code between <f:view, for others tomahawk
> controls to work
> >
> > thanks, regards
> >
>
>

Reply via email to