facebook

JSF Debugging

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #245609 Reply

    jkarthaus
    Member

    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 ?

    #245631 Reply

    Scott Anderson
    Participant

    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?

    #245637 Reply

    jkarthaus
    Member

    @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 ?

    #245640 Reply

    Scott Anderson
    Participant

    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.

    #245642 Reply

    jkarthaus
    Member

    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 ?

    #245701 Reply

    Riyad Kalla
    Member

    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?

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