| Summary: | Show in source doesn't work for mapExistanceToValue XML binding | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Konstantin Komissarchik <konstantin> |
| Component: | Sapphire | Assignee: | Konstantin Komissarchik <konstantin> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ling.hao |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Fixed. Verified. |
Consider the following property definition... @Type( base = Boolean.class ) @XmlValueBinding( path = "foo", mapExistanceToValue = "true" ) @DefaultValue( text = "false" ) ValueProperty PROP_FOO = new ValueProperty( TYPE, "Foo" ); Value<Boolean> getFoo(); void setFoo( String value ); void setFoo( Boolean value ); The show in source feature does not locate the element that the property is bound to.