Hide
It would be nice to pass arrays (in addition to collections) as page variables, for example, "items : Item[]" instead of "items : Collection".
In this case the cartridge could also use class information and add formatting of table fields (e.g., Dates) while generating JSP (there would be no need to make runtime class checks in JSP).
Show
It would be nice to pass arrays (in addition to collections) as page variables, for example, "items : Item[]" instead of "items : Collection".
In this case the cartridge could also use class information and add formatting of table fields (e.g., Dates) while generating JSP (there would be no need to make runtime class checks in JSP).