gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

struts2 Jquery Radio butoon and Tiny mce doesn't work with boot strap theme #1080

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
HI,
        The radio buttons of struts2 Jquery(Normal Struts2 radio button works fine) doesn't work fine. It displays labels twice and doesn't display radio boxes at all.
The Tiny mce editor is not working. When i tried to check the theme editor Js 
file it is not available .
<script id="mce_3" type="text/javascript" 
src="http://localhost:8080/struts/js/tinymce/themes/bootstrap/editor_template.js
"></script>
when i tried this link it displayed 404 page not found exception.

What steps will reproduce the problem?
1.Install Struts2 Jquery and struts2 boot strap plugins enable both the plugins 
using head tag.
2.Use <sj:radio/> <sjr:tinymce/> tags with cssclass as form-horizontal and 
theme as boot strap.

3. The display of radio buttons is not proper where as tiny mce rich editor is 
not getting displayed at all.

What is the expected output? What do you see instead?

Which struts2 version?
2. 15.1

Which struts2-jquery plugin version?
3.6.1 and struts2 bott strap version 1.6.1

Please provide any additional information below.

Original issue reported on code.google.com by lokeshre...@gmail.com on 9 Feb 2014 at 7:15