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 Matthias Leis
, 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 javax.faces.view.facelets

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 is

Re: javascript error jsf is not defined

2010-04-01 Thread Matthias Leis
a look at this one! For now you can include the following in your view to include the JSF javascript library manually and thus to make it work: h:outputScript name=jsf.js library=javax.faces target=head/ Regards, Jakob 2010/4/1 Matthias Leis matthias.l...@gmx.net Hi, I have

Re: javascript error jsf is not defined

2010-04-01 Thread Matthias Leis
! Regards, Jakob 2010/4/1 Matthias Leis matthias.l...@gmx.net Hi Jakob, thanks for your quick reply. I tried h:outputScript name=jsf.js library=javax.faces target=head/ and I get Tag Library supports namespace: http://java.sun.com/jsf/html, but no tag was defined for name

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-25 Thread Matthias Leis
, Jakob 2010/3/23 Matthias Leis matthias.l...@gmx.net Hi, JIRA link is https://issues.apache.org/jira/browse/MYFACES-2620 I hope I've done it right ;) Matthias Original-Nachricht Datum: Tue, 23 Mar 2010 15:59:22 +0100 Von: Jakob Korherr jakob.korh

UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Matthias Leis
Hi, I'm using myfaces 2.0 beta 2 and currently I'm using a h:dataTable on my pages and everything is fine. For some reasons (sorting etc.) I want to use the t:dataTable (from Tomahawk 1.1.9). Now, when I click on a link inside the table, I get the following exception:

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Matthias Leis
opening a JIRA issue for this? This would be really great. Thanks! Regards, Jakob 2010/3/23 Matthias Leis matthias.l...@gmx.net Hi, I'm using myfaces 2.0 beta 2 and currently I'm using a h:dataTable on my pages and everything is fine. For some reasons (sorting etc.) I want

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Matthias Leis
: UIComponentBase.java - context.getViewRoot() returns null Hi, OK great! I'll take a look at it later ;) Regards, Jakob 2010/3/23 Matthias Leis matthias.l...@gmx.net Hi, I just saw, that I'm not working with the beta 2 but with the snapshot. In beta 2 the NPW is thrown at line 1038

Cannot create clientId. No id is assigned for component to create an id and UIViewRoot is not defined

2010-02-01 Thread Matthias Leis
Hello, I am developing a webapplication using Spring, Spring Webflow, Spring MVC and myfaces 1.2.8. Now I want to use myfaces 2.0.0 and get the following error: 10:49:16,406 DEBUG [DispatcherServlet] Could not complete request org.springframework.webflow.execution.FlowExecutionException: