Menu

#117 callout won't set preFunction

JSP_Tags
closed-fixed
JSP Tags (38)
5
2008-09-13
2008-08-25
No

the attribute in the ajax:callout preFunction does not show up in the JavaScript result.

I have downloaded 1.3-rc-7 source package from sourceforge and found the error in the CalloutTag.java. The preFuntion field is never released nor written into the options buffer.

I have attached the patched file.

Discussion

  • Michael Osipov

    Michael Osipov - 2008-08-25
    • priority: 5 --> 9
    • labels: --> JSP Tags
     
  • Michael Osipov

    Michael Osipov - 2008-08-25

    Logged In: YES
    user_id=1468139
    Originator: YES

    I have added in line 270:
    if (this.preFunction != null)
    options.add("preFunction", this.preFunction, false);
    and in line 317:
    this.preFunction = null;

     
  • Jens Kapitza

    Jens Kapitza - 2008-09-13
    • priority: 9 --> 5
    • assigned_to: nobody --> jenskapitza
    • milestone: --> JSP_Tags
    • status: open --> closed-fixed