|
From: Johannes S. (JIRA) <no...@sp...> - 2008-10-21 16:12:17
|
DirtyIndicatorInterceptor must not show icons on read-only fields
-----------------------------------------------------------------
Key: RCP-573
URL: http://jira.springframework.org/browse/RCP-573
Project: Spring Framework Rich Client Project
Issue Type: Bug
Components: Binding System
Affects Versions: 1.0.1
Reporter: Johannes Schneider
Priority: Minor
class org.springframework.richclient.form.builder.support.DirtyIndicatorInterceptor marks the components for all values as dirty. I have a usecase where I modify the ValueModel of a readonly property.
Unfortunately this interceptor marks that object as dirty, too.
And now the user is able to revert that change...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|