Re: [TOBAGO]//SOLVED How to debug debug transitions in 's

2008-10-04 Thread Groovie
public PhaseId getPhaseId() { return super.getPhaseId() ; } } Any clues what kind of bête-noir i had created? Merci, Groovie -- View this message in context: http://www.nabble.com/-TOBAGO--How-to-debug-debug-transitions-in-%3Cnavigation-rule%3E%27s-tp19772680p19811237.html Sent fr

Re: [TOBAGO] How to debug debug transitions in 's

2008-10-03 Thread Volker Weber
i miss something ? > -- > View this message in context: > http://www.nabble.com/-TOBAGO--How-to-debug-debug-transitions-in-%3Cnavigation-rule%3E%27s-tp19772680p19792211.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > -- inexso - information exchan

Re: [TOBAGO] How to debug debug transitions in 's

2008-10-02 Thread Groovie
Hy, i get this: INFO DebugPhaseListener:65 - Total response time : 16815 milliseconds Did i miss something ? -- View this message in context: http://www.nabble.com/-TOBAGO--How-to-debug-debug-transitions-in-%3Cnavigation-rule%3E%27s-tp19772680p19792211.html Sent from the MyFaces - Users

Re: [TOBAGO] How to debug debug transitions in 's

2008-10-02 Thread Volker Weber
there > may be not a fundamental big. > > How can i debug or log the current code ? > -- > View this message in context: > http://www.nabble.com/-TOBAGO--How-to-debug-debug-transitions-in-%3Cnavigation-rule%3E%27s-tp19772680p19772680.html > Sent from the MyFaces - Users

Re: [TOBAGO] How to debug debug transitions in 's

2008-10-01 Thread Stojan Pesov
NavigationPhaseListener or something like that... Groovie wrote: Dear sirs, regardless of any return my controllers send, i stay inside my first jsp-side. There are navigation rules, that would permit a transition to another page, but my FACES/TOBAGO server does not want to go. Reading/Writing

Re: [TOBAGO] How to debug debug transitions in 's

2008-10-01 Thread Stojan Pesov
Path means key from a bundle, it's a i18n issue, if no key is found the following is returned (displayed) ???your_key??? Groovie wrote: 05:40:20,345 ERROR ResourceManagerImpl:276 - Path not found, and no fallback. Using empty string. Path not found of what ???

Re: [TOBAGO] How to debug debug transitions in 's

2008-10-01 Thread Groovie
rImpl:276 - Path not found, and no fallback. Using empty string. Path not found of what ??? -- View this message in context: http://www.nabble.com/-TOBAGO--How-to-debug-debug-transitions-in-%3Cnavigation-rule%3E%27s-tp19772680p19772924.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

[TOBAGO] How to debug debug transitions in 's

2008-10-01 Thread Groovie
can i debug or log the current code ? -- View this message in context: http://www.nabble.com/-TOBAGO--How-to-debug-debug-transitions-in-%3Cnavigation-rule%3E%27s-tp19772680p19772680.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: How to Debug JSF Errors

2007-10-26 Thread Andrew Robinson
'for' of label component is > >> not defined" > > > > It means that the component with the ID "manageAddrBlkForm:_id45" does > > not have the for attribute given. > > > > This is not a message component, but a label component > &g

Re: How to Debug JSF Errors

2007-10-26 Thread bansi
e for attribute given. > > This is not a message component, but a label component > (org.apache.myfaces.renderkit.html.HtmlLabelRenderer is the renderer) > > -- View this message in context: http://www.nabble.com/How-to-Debug-JSF-Errors-tf4699514.html#a13437575 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: How to Debug JSF Errors

2007-10-26 Thread Andrew Robinson
> [org.apache.myfaces.renderkit.html.HtmlLabelRenderer] - label component with id manageAddrBlkForm:_id45 is not defined> > I am not sure what the error means "Attribute 'for' of label component is > not defined" It means that the component with the ID "manageAddrBlkForm:_id45" does not have the

How to Debug JSF Errors

2007-10-26 Thread bansi
the error means "Attribute 'for' of label component is not defined" Please note i have defined for all my components & also checked the name matches with the component name -- View this message in context: http://www.nabble.com/How-to-Debug-JSF-Errors-tf4699514.html#a1343

RE: how to debug jsf flows

2006-05-25 Thread Greg Buchanan
my backing bean. Any thoughts ? Thanks. -Original Message- From: James Richards [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 10:37 AM To: MyFaces Discussion Subject: RE: how to debug jsf flows Someone kindly clued me into this project: http://facestrace.sourceforge.net/ a

RE: how to debug jsf flows

2006-05-25 Thread James Richards
@myfaces.apache.org Subject: how to debug jsf flows I have just started working with JSF and am trying to debug my simple application (based upon the myfaces blank). The problem I am trying to debug is that the commandButton does not seem to be firing. the page is: <%@ taglib uri="http://java.sun.com/

how to debug jsf flows

2006-05-25 Thread Greg Buchanan
uttons does nothing but re-display the helloWorld page that I start with. The validation event (required=true on the input1 field) works fine.   Any suggestions on how to debug this is greatly appreciated. I am using a 1.1.4 myfaces snapshot and 1.1.3 Tomahawk snapshot. These were pulled down to get p

Re: how to debug

2006-04-03 Thread Dennis Byrne
'MyFaces Discussion' >Subject: Re: how to debug > >I downloaded the nightly build (binary) this morning. Is it the latest code? > Thanks! > >Dennis Byrne <[EMAIL PROTECTED]> wrote: > There was a minor problem in trunk and a commit had to be recently rolle

Re: how to debug

2006-04-03 Thread Dave
l Message->From: Dave [mailto:[EMAIL PROTECTED]>Sent: Monday, April 3, 2006 05:09 PM>To: users@myfaces.apache.org>Subject: how to debug "Error on page">>I just downloaded the latest nightly build.> When I click any JSCook menu item, browser status bar will display &quo

Re: how to debug

2006-04-03 Thread Dennis Byrne
There was a minor problem in trunk and a commit had to be recently rolled back. If you the latest source it should be all good ;) Dennis Byrne >-Original Message- >From: Dave [mailto:[EMAIL PROTECTED] >Sent: Monday, April 3, 2006 05:09 PM >To: users@myfaces.apache.org >

how to debug "Error on page"

2006-04-03 Thread Dave
I just downloaded the latest nightly build. When I click any JSCook menu item, browser status bar will display "Error on page", but there is no other error messages or exceptions. What is the way to debug it?   Thanks ! New Yahoo! Messenger with Voice. Call regular phones from your PC for low

Re: how to debug...another crptic exception

2006-03-20 Thread Dean Hiller
ssion' Subject: how to debug...another crptic exception I am getting the following error from a jsp but it doesn't say which property it can't get a value for. Are there logs I can turn on and how? thanks, dean javax.servlet.ServletException: Could not get property value of component u

Re: how to debug...another crptic exception

2006-03-20 Thread Dennis Byrne
Explicitly setting the @ids in the page will give a more meaningful error message. Dennis Byrne >-Original Message- >From: Dean Hiller [mailto:[EMAIL PROTECTED] >Sent: Monday, March 20, 2006 08:43 AM >To: 'MyFaces Discussion' >Subject: how to debug...another

how to debug...another crptic exception

2006-03-20 Thread Dean Hiller
I am getting the following error from a jsp but it doesn't say which property it can't get a value for. Are there logs I can turn on and how? thanks, dean javax.servlet.ServletException: Could not get property value of component userRegisterForm:_id6 javax.faces.webapp.FacesServlet.ser

Re: how to debug the myfaces code

2005-10-17 Thread Ramon Casha
I use NetBeans 5.0. It allows me to debug from my webapps right into the MyFaces code. Just download the MyFaces sources, create a freeform project for MyFaces using the supplied build.xml files and make your application dependent on it. On Monday 17 October 2005 23:33, Anu Padki wrote: > pardo

Re: how to debug the myfaces code

2005-10-17 Thread Werner Punz
Anu Padki wrote: > pardon me, I am so new to jsf and myfaces. > I am trying to use some components, the way I do it is by downloading > tomahawk.jar. However, I dont like the fact that when the things go > wrong I cannot figure out which piece of the s/w is not working. I am > wondering if some one

how to debug the myfaces code

2005-10-17 Thread Anu Padki
pardon me, I am so new to jsf and myfaces. I am trying to use some components, the way I do it is by downloading tomahawk.jar. However, I dont like the fact that when the things go wrong I cannot figure out which piece of the s/w is not working. I am wondering if some one can inform me on how t