Nach umfangreichen Änderungen in der Architektur sowie einigen Neuerungen des Struts2 jQuery Plugins, habe ich das Release 1.5.0 freigegeben.

Seit der Version 1.0 gab es folgende Änderungen:

  • AJAX Textarea and Textfield
  • AJAX Select Box (mit Struts2 JSON Plugin)
  • Support for Topics

Download: https://oss.sonatype.org/content/groups/staging/com/jgeppert/struts2/jquery/
Showcase: https://struts.jgeppert.com/struts2-jquery-showcase/
Issues: https://github.com/struts-community-plugins/struts2-jquery/issues
User Group: http://groups.google.com/group/struts2-jquery

Version 1.5.0 des Struts2 jQuery Plugin freigegeben
Tagged on:                 

8 thoughts on “Version 1.5.0 des Struts2 jQuery Plugin freigegeben

  • 2009-10-22 at 18:18
    Permalink

    Hi. I am trying to use your struts2-jquery-plugin. However, I have some problems.

    This is the scenario. I have a huge form, this form contains a login dialogue. I want this login dialogue to open in a DialogTag (this is working). The Dialog contains the submit button which I want to use for posting the main form. I have tried using the SubmitTag, but this only submits the input values in the main form, not the input values in the login dialog.

    Do you have any thoughts about this? don’t hesitate to contact me by email and I can provide code samples as well.

    Reply
    • 2009-10-23 at 08:43
      Permalink

      Do you have a form in a form?

      You can specify the form for the submit button with the attribute formIds. Like the “AJAX Forms with Outside Button” Examples in the Showcase. Be sure you have unique Ids for your buttons and forms.

      Tipp:
      If you have more problems you can use the new created User Group.
      http://groups.google.com/group/struts2-jquery

      Reply
  • 2009-10-28 at 17:30
    Permalink

    Vielen Dank erstmal für das tolle Plugin.

    Leider habe ich ein Problem mit der Struts 2 Version.
    So wie ich das sehe ist dein Plugin nicht allzusehr abwärtskompatibel. Welche Version des Plugins wäre für Struts 2.0.9 am besten geeignet?
    (bevor ich anfange die ganzen jars 5 6 mal hin und her zu schieben bzw. zu erstellen)

    Reply
    • 2009-11-09 at 15:40
      Permalink

      Ich habe leider keine Testumgebung gehabt um das Plugin mit struts2 2.0.x zu testen. Mit allen 2.1.x Versionen sollte es kompatible sein.

      Reply
  • 2009-11-09 at 15:06
    Permalink

    HI!
    I was using your struts2-jquery-plugin but I have a litle problem…

    FreeMarker template error!
    Error reading included file template/simple/dynamic-attributes.ftl
    The problematic instruction:
    ———-
    ==> include “/${parameters.templateDir}/simple/dynamic-attributes.ftl” [on line 36, column 3 in template/jquery/a.ftl]
    ———-

    I really want to work with the plugin, please help me, thank you!

    Reply
  • 2009-11-10 at 09:01
    Permalink

    do you have the struts2-core.jar in your WEB-INF/lib folder?
    freemarker can#t find the dynamic-attributes.ftl which is located in the struts2-core.jar

    Reply
  • Pingback:Version 1.7.0 des Struts2 jQuery Plugin freigegeben | Java, Webprogrammierung, Linux und mehr

Leave a Reply to MortenCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.