Re: javascript error jsf is not defined

2010-04-07 Thread Matthias Leis
An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: javascript error jsf is not defined Hi Matthias, Are you using the built-in facelets or are you using facelets-1.1.x? You're welcome! I'm glad I could help. Danke - ebenfalls fröhliche Ostern :) Jakob 2010/4/1 Matthias Leis

Re: javascript error jsf is not defined

2010-04-07 Thread Werner Punz
Am 07.04.10 08:14, schrieb Matthias Leis: Hi Jakob, I guess I use the built-in facelets. At least this is the code from faces-config: view-handler com.sun.facelets.FaceletViewHandler /view-handler Wrong view handler... the jsf2 one is not under com.sun, but under

Re: javascript error jsf is not defined

2010-04-07 Thread Matthias Leis
-handler if I use a faces-config file or does JSF just use the dafault view handler? Original-Nachricht Datum: Wed, 07 Apr 2010 08:54:02 +0200 Von: Werner Punz werner.p...@gmail.com An: users@myfaces.apache.org Betreff: Re: javascript error jsf is not defined Am 07.04.10 08:14

Re: javascript error jsf is not defined

2010-04-07 Thread Jakob Korherr
the dafault view handler? Original-Nachricht Datum: Wed, 07 Apr 2010 08:54:02 +0200 Von: Werner Punz werner.p...@gmail.com An: users@myfaces.apache.org Betreff: Re: javascript error jsf is not defined Am 07.04.10 08:14, schrieb Matthias Leis: Hi Jakob, I guess I use

Re: javascript error jsf is not defined

2010-04-07 Thread Werner Punz
Betreff: Re: javascript error jsf is not defined Am 07.04.10 08:14, schrieb Matthias Leis: Hi Jakob, I guess I use the built-in facelets. At least this is the code from faces-config: view-handler com.sun.facelets.FaceletViewHandler /view-handler Wrong view handler... the jsf2 one

Re: javascript error jsf is not defined

2010-04-05 Thread Werner Punz
Discussionusers@myfaces.apache.org Betreff: Re: javascript error jsf is not defined Hi Matthias, You're using MyFaces 2.0 and JSP, right? The problem is that h:outputScript only works for facelets and not for JSP. I would recommend that you use facelets instead of JSP, because in JSF 2.0 JSP is seen

javascript error jsf is not defined

2010-04-01 Thread Matthias Leis
Hi, I have this piece of code: h:commandLink value=#{msg.adminPageLogFileTableDelete} action=#{adminPage.deleteLogFile} onclick=confirm('Are you sure?')/ When I click the link, I get an JavaScript error: jsf is not defined What does this mean? I am using myfaces 2.0.0-beta-3 Any help

Re: javascript error jsf is not defined

2010-04-01 Thread Jakob Korherr
of code: h:commandLink value=#{msg.adminPageLogFileTableDelete} action=#{adminPage.deleteLogFile} onclick=confirm('Are you sure?')/ When I click the link, I get an JavaScript error: jsf is not defined What does this mean? I am using myfaces 2.0.0-beta-3 Any help is appreciated :) -- GRATIS

Re: javascript error jsf is not defined

2010-04-01 Thread Matthias Leis
to update my taglib? I'm almost sorry for this question :( Thanks! Original-Nachricht Datum: Thu, 1 Apr 2010 11:48:06 +0200 Von: Jakob Korherr jakob.korh...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: javascript error jsf is not defined Hi

Re: javascript error jsf is not defined

2010-04-01 Thread Jakob Korherr
2010 11:48:06 +0200 Von: Jakob Korherr jakob.korh...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: javascript error jsf is not defined Hi Matthias, If you have some javascript in onclick we have to use the jsf.util.chain() function to chain your javascript

Re: javascript error jsf is not defined

2010-04-01 Thread Matthias Leis
Datum: Thu, 1 Apr 2010 14:16:04 +0200 Von: Jakob Korherr jakob.korh...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: javascript error jsf is not defined Hi Matthias, You're using MyFaces 2.0 and JSP, right? The problem is that h:outputScript only works for facelets

Re: javascript error jsf is not defined

2010-04-01 Thread Jakob Korherr
An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: javascript error jsf is not defined Hi Matthias, You're using MyFaces 2.0 and JSP, right? The problem is that h:outputScript only works for facelets and not for JSP. I would recommend that you use facelets instead of JSP