
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
- define custom namespace (for ex, 'mynamespace')
- in the namespace package create class with name Component1; don't add @Name annotation to it
- in the components.xml add this component like <mynamespace:component1/>
- define some component with name 'path.component1'
- import 'path'
----> when 'component1' is referenced, the component from mynamespace should be used, but idea suggests imported component instead
|
|
Description
|
- define custom namespace (for ex, 'mynamespace')
- in the namespace package create class with name Component1; don't add @Name annotation to it
- in the components.xml add this component like <mynamespace:component1/>
- define some component with name 'path.component1'
- import 'path'
----> when 'component1' is referenced, the component from mynamespace should be used, but idea suggests imported component instead
|
Show » |
| There are no comments yet on this issue.
|
|