gigaZhang / struts2-jquery

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

cssClass not being applied to grid tag #1090

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(This is for feature requests and bugs in Struts2 jQuery Plugin - for
getting help, please use the User Group.
http://groups.google.com/group/struts2-jquery )

What steps will reproduce the problem?
1. add cssClass attribute to the grid tag
2. view DOM; class is not added.

What is the expected output? What do you see instead?
Would expect my custom cssClass value to be appended to the default classes or 
override the default class attributes placed on the element.

Which struts2 version?
2.3.15.1

Which struts2-jquery plugin version?
3.6

Original issue reported on code.google.com by cranc...@gmail.com on 28 Mar 2014 at 7:41

GoogleCodeExporter commented 9 years ago
I guess the problem is that the current template is generating the class 
attribute twice. Can you please try out latest 3.7.1-SNAPSHOT and give feedback?

http://code.google.com/p/struts2-jquery/source/detail?r=1875

Original comment by johgep on 22 Apr 2014 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 13 May 2014 at 7:03