5 Replies Latest reply on Nov 6, 2008 7:13 AM by olibutzki

    Passing multiple parameters to bean

    olibutzki

      Hi,

      is it possible to pass multiple parameters to a bean.

      For example I have the following method within my bean

      public void addSomething(String key, String vvalue)
      {

      }

      I want to invoke this method by an ajax request. By using a4j:actionparam I only can invoka s setter which expects one parameter.

      How can I solve this problem?

      Kind regards
      Oliver