In the old roo view, it was obvious (even to me, a non-jsp person)
to find and change the column width in the generated tables.
With the new roo, it apparently delegates to a table.jspx,
which looks for something called columnMaxLength, but how/where do I set that in the original table/list.jspx ?
This is probably obvious to any jsp user, but i'm just starting on that technology.
Related question:
Must I resize the column width for a in each view where the field appears?
It would seem that the string width would be property of the field/model,
and could be passed on to the views.
The database knows the max string length for each field, is that info just lost?


Reply With Quote
