Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.4.RELEASE
-
Fix Version/s: None
-
Component/s: WEB MVC
-
Labels:None
Description
Adding additional entity fields nicely updates create/show/update.jspx. The list.jspx is updated only when there are less than 6 columns however. As highlighted in the reference URL to the forum this is caused in "org.springframework.roo.addon.web.mvc.jsp.JspViewManager", in line 767 (in spring roo 1.2.4).
I don't see why roo would limit this to 6 columns. If the developer does not want certain columns (s)he can mark it as render="false", which IMO would be a better alternative than having a fixed 6 column limit.
I am currently experimenting with gvnix datatables. The datatables could handle more than 6 columns (e.g. a horizontal scrollbar is supported by datatables).
Can this fieldCounter check be removed? Or alternatively be made configurable?