History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-26187
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Vasiliev
Reporter: Irina Petrovskaya
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Seam: component from custom namespace should have higher precedence than imported component with same short name

Created: 23 Apr 08 14:09   Updated: 06 Nov 08 23:02
Component/s: J2EE.Seam
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,321


 Description  « Hide
  • 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


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.