Results 1 to 2 of 2

Thread: problem with JSF and Business layer using spring

  1. #1
    Join Date
    Jan 2008
    Posts
    21

    Default problem with JSF and Business layer using spring

    Hi every body,

    I am trying to integrate the jsf+[service layer+business object layer]spring+Data access layer(hibernate). I have completed integration but I am following a error when I try to run the jsf page. Please give me some tips to resove this error. Thanks and best regards,

    javax.servlet.ServletException: #{userBean.save}: javax.faces.el.MethodNotFoundException: save: view.bean.user.UserBean.save()
    javax.faces.webapp.FacesServlet.service(FacesServl et.java:209)
    org.jboss.web.tomcat.filters.ReplyHeaderFilter.doF ilter(ReplyHeaderFilter.java:81)


    root cause

    javax.faces.FacesException: #{userBean.save}: javax.faces.el.MethodNotFoundException: save: view.bean.user.UserBean.save()
    com.sun.faces.application.ActionListenerImpl.proce ssAction(ActionListenerImpl.java:74)
    javax.faces.component.UICommand.broadcast(UIComman d.java:312)
    javax.faces.component.UIViewRoot.broadcastEvents(U IViewRoot.java:266)
    javax.faces.component.UIViewRoot.processApplicatio n(UIViewRoot.java:380)
    com.sun.faces.lifecycle.InvokeApplicationPhase.exe cute(InvokeApplicationPhase.java:75)
    com.sun.faces.lifecycle.LifecycleImpl.phase(Lifecy cleImpl.java:200)
    com.sun.faces.lifecycle.LifecycleImpl.execute(Life cycleImpl.java:90)
    javax.faces.webapp.FacesServlet.service(FacesServl et.java:197)
    org.jboss.web.tomcat.filters.ReplyHeaderFilter.doF ilter(ReplyHeaderFilter.java:81)

    I will be grateful if some body help me.
    Last edited by ahmadgee; Jan 31st, 2008 at 05:35 PM. Reason: no body reply

  2. #2
    Join Date
    Jan 2008
    Posts
    21

    Default Thanks

    I will be grateful if some body give me hints.
    Thanks and best regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •