|
From: Peter De B. (JIRA) <no...@at...> - 2007-12-03 10:24:17
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter De Bruycker resolved RCP-13.
----------------------------------
Resolution: Fixed
> applicationInfo.title should not override <property name="title"> if not set
> ----------------------------------------------------------------------------
>
> Key: RCP-13
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-13
> Project: Spring Framework Rich Client Project
> Issue Type: Bug
> Reporter: Marc Portier
> Assignee: Peter De Bruycker
> Priority: Minor
> Attachments: rcp-13-patch.txt
>
>
> Just did this:
> 1/
> Added:
> <property name="title">
> <value>My Default Title</value>
> </property>
> To my
> <bean id="applicationInfo"
> class="org.springframework.richclient.application.ApplicationInfo">
> 2/
> While removing
> #applicationInfo.title=My overriding title
> from messages.properties
> Resulting/
> in a main screen showing a bogus title 'displayName'
> When checkin' up it seems that the title is overwritten with 'null'
> when it's not in the messages.
> (minor patch to org.springframework.richclient.application.config.ApplicationObjectConfigurer
> will be included)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|