Project
IntelliJ IDEA
Priority
Critical
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Mossienko
Subsystem
J2EE.Seam
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Stephen Friedrich
    3 years ago (20 May 2008 15:39)
  • Updated by   root
    2 years ago (17 Jan 2010 21:00)
  • Jira: IDEADEV-26764
    (history, comments)
 
IDEA-43904 Seam: Incorrect presentation of search results
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
I searched for usages of the method Authenticator.checkLoggedIn().
Idea correctly found lots of results in page actions in my pages.xml, but it puts them under separate "pages.xml" nodes for each occurrence and says all of them are at position "(1, 17)" - see screenshot and try my uploaded example project.

Issue was resolved
Comments (2)
 
History
 
Linked Issues (?)
 
Sergey Vasiliev
  Sergey Vasiliev
22 May 2008 17:59
3 years ago
pages.xml contains a lot of resolved "checkLoggedIn" references (action="#{authenticator.checkLoggedIn}" ), but all of them in search pane have a same text range presentation (1, 17)...

el injection problems?
Stephen Friedrich
  Stephen Friedrich
22 May 2008 18:06
3 years ago
Hm, to me those references seem to get resolved (i.e. I can ctrl-click on them).

You can check with the uploaded example project.