I’m happy to inform you that Version 3.0.0 of Struts2 jQuery Plugin is now available with a lot of new features and improvements.

A new Tree Tag

With this version there is an often requested feature available. The new Tree Tag allows you to create easy Trees in your templates. This Tree Tag is based on the great jQuery jsTree Plugin.

	
<sjt:tree
        id="treeSearch" jstreetheme="default-dark" jstreethemeVariant="large" jstreethemeResponsive="true"
        searchTopic="treeSearch" searchElementId="searchField" onSearchCompleteTopics="searchComplete" searchClearTopic="treeSearchClear"
        onSearchClearTopics="searchCleared"
        >
        <sjt:treeItem title="General">
            <sjt:treeItem title="Struts2" href="http://struts.apache.org"/>
            <sjt:treeItem title="Struts2 @ Facebook" href="https://www.facebook.com/apachestruts"/>
            <sjt:treeItem title="Struts2 @ Twitter" href="https://twitter.com/TheApacheStruts"/>
        </sjt:treeItem>
        <sjt:treeItem title="Plugins">
            <sjt:treeItem title="Struts2 Plugins" href="https://cwiki.apache.org/S2PLUGINS/home.html"/>
            <sjt:treeItem title="Struts2 jQuery Plugin" href="https://github.com/struts-community-plugins/struts2-jquery/"/>
            <sjt:treeItem title="Struts2 Bootstrap Plugin" href="https://github.com/struts-community-plugins/struts2-bootstrap/"/>
        </sjt:treeItem>
        <sjt:treeItem title="Blogs">
            <sjt:treeItem title="Struts2 jQuery News" href="https://www.jgeppert.com"/>
        </sjt:treeItem>
</sjt:tree>

Mobile Module

For a better support of mobile development with Java and the popular MVC Framework Struts2, this version of Struts2 jQuery Plugin brings a new Module based on jQuery mobile to you. This includes an easy AJAX support and a jQuery mobile theme for form elements. The new Struts2 jQuery Mobile Showcase gives you an introduction how to use this new module.

Struts2 jQuery Mobile Showcase

Grid Module

This version provides an enhanced Subgrid Feature. Now it is possible to create Multilevel Subgrids. Please take a look at the new 3-Level Subgrid Example in the Grid Showcase.

Richtext Editor

With this version it is easy to enable Uploads for Images and Flash files for your Ckeditor instance.

Enable File Uploads in your struts2.xml:


 


Enable File Uploads in your ckeditor instance:


Library Updates

For a complete list of changes since last version, please visit the Changelog.

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

Whats New in Struts2 jQuery Plugin 3.0.0
Tagged on:                 

10 thoughts on “Whats New in Struts2 jQuery Plugin 3.0.0

  • 2011-05-08 at 07:29
    Permalink

    Extremely excited to get my hands on these. Thank you so much Johannes for your relentless dedication and support to this project release after release.

    Ihr rockt !!!

    Reply
  • 2011-05-09 at 20:12
    Permalink

    Thank you all for the kindly Comments.

    The new Version 3.0.1 solves an Bug with broken Grid Search.

    Reply
  • 2011-05-10 at 14:49
    Permalink

    Well done Johannes !

    Thank you for your hard work. It is well appreciated.

    Razvan

    Reply
  • 2011-05-12 at 09:01
    Permalink

    Thanks Johannes for all your hard work! I really enjoy working with your plugin. It’s great! Keep up the good work!

    Danut

    Reply
  • 2011-10-30 at 21:28
    Permalink

    Thanks Johannes…. Its great to work with SJP 3.1.1
    can you please tell me how do i validate form with modeldriven action
    eg. validate user from database

    Reply
  • 2011-11-16 at 05:38
    Permalink

    How to display dynamic tree strucure using struts2 and JQuery.Please post the code.I ahve seen one of the example display tree structure in static nature.

    Reply
  • 2011-12-01 at 12:06
    Permalink

    Hi, Will this work for Struts2.0.14 where FilterDispatcher acts as the frontController…… With JQuery 3.2 version i am facing some issues in Struts2.0.14 ….Please reply…. Thanks

    Reply
  • 2012-02-17 at 15:42
    Permalink

    Hi,

    In your Grid example, you use annotation for mapping the action classes. ie.

    @Actions( {
    @Action(value = “/jsontable”, results = {
    @Result(name = “success”, type = “json”)
    })
    })

    How would that look like if I maintain all these mappings in struts.xml?

    The following doesn’t work for me


    Thanks

    Wil

    Reply

Leave a Reply

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