Re: HTML embedded on a f:view

2007-08-13 Thread daniel ccss
Your right the f:verbatim, it was an error on the js, thanks for your answers On 8/12/07, Martin Marinschek [EMAIL PROTECTED] wrote: Hi Daniel, to be even more precise, even with JSF 1.1 and without Facelets it is not necessary to include the snippet in f:verbatim tags if you only want to

Re: HTML embedded on a f:view

2007-08-12 Thread Martin Marinschek
Hi Daniel, to be even more precise, even with JSF 1.1 and without Facelets it is not necessary to include the snippet in f:verbatim tags if you only want to render it inside an f:view-tag, only if you want to put it into a component which renders its children (like h:panelGrid). With this

Re: HTML embedded on a f:view

2007-08-10 Thread simon
On Thu, 2007-08-09 at 13:23 -0600, daniel ccss 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

HTML embedded on a f:view

2007-08-09 Thread daniel ccss
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

Re: HTML embedded on a f:view

2007-08-09 Thread daniel ccss
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

Re: HTML embedded on a f:view

2007-08-09 Thread Mike Kienenberger
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

Re: HTML embedded on a f:view

2007-08-09 Thread MichaƂ 'Gandalf' Stawicki
Maybe someting like: h:commandLink onclick=...;return true h:graphicImage ... / /h:commandLink ? On 09/08/07, Mike Kienenberger [EMAIL PROTECTED] wrote: 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,