Dan Haywood created ISIS-363:
--------------------------------

             Summary: Wicket viewer should abbreviate title to different 
lengths for parented vs standalone collections.
                 Key: ISIS-363
                 URL: https://issues.apache.org/jira/browse/ISIS-363
             Project: Isis
          Issue Type: New Feature
          Components: Viewer: Wicket
    Affects Versions: viewer-wicket-1.1.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: viewer-wicket-1.2.0


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).



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to