gigaZhang / struts2-jquery

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

Accordian rendering not synch with JQuery UI #956

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is noticed that the Struts2 JQuery Plugin accordion render with <UL><LI> 
container although JQuery UI accordion is rendered with <DIV> container due to 
that we can't change the themes downloaded from other sources.

What steps will reproduce the problem?
1. Render Struts2 JQuery accordion
2. Render JQuery UI accordion
3. See the differences in View Source

What is the expected output? What do you see instead?
I am expecting the html code will be generated with <DIV> container but i m 
seeing under the <UL><LI> tag

Which struts2 version?
latest

Which struts2-jquery plugin version?
3.5.1

Please provide any additional information below.

Original issue reported on code.google.com by shoaibas...@yahoo.com on 6 Mar 2013 at 6:44

GoogleCodeExporter commented 9 years ago
Looks like an API change in one of the latest releases.

Original comment by johgep on 7 Apr 2013 at 10:43

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/struts2-jquery/source/detail?r=1815

Original comment by johgep on 7 Apr 2013 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 2 Jun 2013 at 1:02