Version 2.4.0 of Struts2 jQuery Plugin is now available with a lot of new features an improvments.
Now there exists a new Chart Modul which is based on the popular jquery flot project. The new chart tag renders a chart with data given from a list or an ajax source. Checkout the new examples in the Showcase (More Widgets).
Chart with AJAX Data
Load/Reload Map
Reload List
An other new feature is the spinner tag which renders you a simple but usefully spinner for your forms.
A simple Spinner
A Spinner max=50 and step=2
A Spinner with currency format and mouse wheel support
With this version it is also possible to generate your action messages in jquery UI style, dependend on your theme.
Action Error
Action Message
Field Errors
jQuery UI is now based on the last stable version 1.8.4 with a lot of bugfixes. When using an own theme, it is recommended to create or update the theme with the themeroller. Also the ckeditor is updated to new version 3.4 with some new plugins and some bugfixes.
For a complete list of changes since last version, please visit the Changelog.
Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://struts.jgeppert.com/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery
Hi,
Is it possible to use i18n with a grid. I would like to have different column names according to selected locale.
Regards,
Javanus
you can use ognl for this.
Hey, I just want to drop a “Thank You”. Did you ever think about using Flattr? I would press the flattr button on every update 😉
Nice to hear, until now I did not know Flattr. 🙂
Pingback:Pie Charts and Grid Grouping with new Struts jQuery Plugin 2.5.0 | Java, Webprogrammierung, Linux und mehr
I am absolutely struggling with this.
I am pretty new to Struts.
I have a table in a database which i want to turn into a graph.
To make things easier I have been able to turn the table data into a json object in a method within the action.java file.
I am absolutely struggling to turn this data into a bar chart using the example give. This is my last resort. can you help?
Just a simple step by step example, what is required in the Action.java and the jsp with just one chart. I have all the plugin in the maven repo. I am just really struggling to get this working.
Can you help?