3 Replies Latest reply on Mar 4, 2008 4:29 AM by hedinant

    a4j:actionparam name

    hedinant

      a4j:actionparam components atribute name is not required acording to tag information but if it is not set, id is used instead of name.

      Id contains symbol ":" and is not a valid js valiable, so script generated for
      jsFunction for example do not compile.

      I think you have to make name required (i think bad idea)
      or not bind function parameter name to id(i think good idea)

      Same bug may be sourse of problems using other components.