7 Replies Latest reply on Jan 24, 2013 11:42 PM by snsancar

    ontableave with rich:tab

    tomba

      Hi all,

      I'm trying to use the ontableave property on a rich:tab but I cannot get it to work. Here is what I have:

      <rich:tab ontableave="#{quoteVehicle.save}">
      

      My method save looks like this:
      public void save(String leftTabName, String enteredTabName) throws MWSException
      

      Unfortunately, that doesn't work and results in this error:
      javax.servlet.ServletException: javax.el.PropertyNotFoundException: Property 'save' not found on type web.mgbean.quote.Vehicle
      

      I am btw using JSF 1.2_05 RI and richfaces 3.1.0

      Could anyone point out what I'm doing wrong and how I can achieve this?

      Thanks!