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

