Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
viewer-wicket-1.1.0
-
None
Description
specify using new properties.
In web.xml, add:
<context-param>
<param-name>isis.viewers</param-name>
<param-value>wicket,restfulobjects</param-value>
</context-param>
this determines which additional configuration files to search for
In viewer_wicket.properties, can specify:
isis.viewer.wicket.maxTitleLengthInStandaloneTables=12
isis.viewer.wicket.maxTitleLengthInParentedTables=9
~~~
if not specified but the existing property "isis.viewer.wicket.maxTitleLengthInTables" is present, then this value will be used as a fallback in both cases (ie to preserve backward compatibility).