Since the First 1.0.0 Release of Struts2 Bootstrap Plugin there are some important changes.
Maven Support
Like promised in my previous post, this Plugin is now available as Maven Artifact.
...
com.jgeppert.struts2.bootstrap
struts2-bootstrap-plugin
1.2.0
...
Extended Showcase
The Showcase includes now more Examples.
- Example for Vertical Form Layout
- Example for Inline Form Layout
- Form Elements with Help Text
- Textfields with prepended text or appended text
- An AJAX Example in combination with the Struts jQuery Plugin
Currently, only the SNAPSHOT Version 3.3.0 of Struts2 jQuery Plugin is supported, because Bootstrap requires jQuery version 1.7.1 as minimum.
Project: https://github.com/struts-community-plugins/struts2-bootstrap
Showcase: https://struts.jgeppert.com/struts2-bootstrap-showcase/
Version 1.2.0 of Struts2 Bootstrap Plugin released
Very nice, thank you! Looking forward to a stable 3.3.0 version of jQuery Plugin. Keep up the good work!
Thank you for the compliment. Struts2 jQuery Plugin in Version 3.3.0 is coming soon.
Dear Johannes Geppert,
Great job… But I have problem with using jquery plugin with bootstrap plugin.
Error reading included file template/jquery/controlheader.ftl
The problematic instruction:
———-
==> include “/${parameters.templateDir}/${parameters.theme}/controlheader.ftl” [on line 21, column 1 in template/bootstrap/text.ftl]
in include “/${parameters.templateDir}/${parameters.parentTheme}/text.ftl” [on line 67, column 17 in template/jquery/datepicker.ftl]
———-
I have used your lib files of bootstrap showcase.
Regards,
Mugil
Can you please create an Issue?
http://code.google.com/p/struts2-bootstrap/issues/list
Any easy way to do modals with this plugin?
Currently Javascript Tags like the jQuery Tags are not part of this Project. The Focus is on the form element templates.
But of course you are free to use the Bootstrap functions like described here.
http://twitter.github.com/bootstrap/javascript.html#modals
Anyway patches are Welcome. 🙂