JSF Debugging MyEclipse IDE > Java EE Development (EJB, JSP, Struts, XDoclet, etc.) This topic has 5 replies, 3 voices, and was last updated 18 years, 10 months ago by Riyad Kalla. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 30, 2006 at 4:04 am #245609 Reply jkarthausMember I’m start working with Myeclipse an JSF My First Project is the Login Demo. I have some Problems to Debug the Application. How can I get a higher Loglevel where I can see when witch bean is called and witch Methods are called. Can I set a attribut in faces.xml ? January 30, 2006 at 8:58 am #245631 Reply Scott AndersonParticipant Rather than looking at logging, couldn’t you simply set some breakpoints in your Java code and debug the application to see what’s going on? January 30, 2006 at 9:21 am #245637 Reply jkarthausMember @support-scott wrote: Rather than looking at logging, couldn’t you simply set some breakpoints in your Java code and debug the application to see what’s going on? OK but where can I set Breckpoints in a JSF Projekt. I guess that my form Data is never Post to the Server. But where can i see whats going on ? January 30, 2006 at 9:35 am #245640 Reply Scott AndersonParticipant OK but where can I set Breckpoints in a JSF Projekt. If you’re using our LoginDemo application, you should set breakpoints in every method of UserBean.java to see what’s going on. January 30, 2006 at 9:41 am #245642 Reply jkarthausMember Of course I can Debug the Bean But I have the Problem that Bean Bean Code never called ! Is there no chance to tell the JSF Renderer to give me more Output ? January 30, 2006 at 7:01 pm #245701 Reply Riyad KallaMember jkarthaus, You should be seeing an error in your browser window, what is it? You should also be seeing an error in your Eclipse console view, what is it? Author Posts Viewing 6 posts - 1 through 6 (of 6 total) Reply To: JSF Debugging You must be logged in to post in the forum log in