gigaZhang / struts2-jquery

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

gridColum tag does not appear to handle indexed properties #1102

Open GoogleCodeExporter opened 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. create a gridColumn that uses an indexed property
2. look at result rendered
3.

What is the expected output? What do you see instead?
I expect to see value of indexed property instead of blank

Which struts2 version?
2.3.15.2

Which struts2-jquery plugin version?
3.6.1

Please provide any additional information below.
                    <sjg:gridColumn name="A" index="seatCounts[0].seatCount" title="seatCounts[0].bookingCode" sortable="true" editable="false" />

Original issue reported on code.google.com by jeff.kre...@farecompare.com on 14 May 2014 at 2:19