Fact not displayed on empty field [message #1693599] |
Sun, 26 April 2015 11:00  |
Ralf S. Messages: 5 Registered: April 2015 |
Junior Member |
|
|
Hello,
I implemented a Editor for a XML-File. Elements of the XML structure have an optional attribute "name". For this attribute I added a @Fact explaining the behavior if the value is not given.
@Label(standard = "name")
@XmlBinding(path = "@name")
//@Required
@Unique(ignoreNullValues = true)
@Service(impl = NameValidationService.class)
@Fact(statement = "Optional name ... Default ...")
ValueProperty PROP_NAME = new ValueProperty(TYPE, "Name");
Unfortunately the fact (and the little light bulb) is only displayed it the field is filled. It is not displayed on empty fields.
What do I have to do, so the fact is displayed for empty fields also?
Regards,
Ralf
Edit: Working with Sapphire 8.1.2
[Updated on: Sun, 26 April 2015 11:08] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02719 seconds