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

Key: IDEADEV-26764
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Maxim Mossienko
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Operations

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

Seam: Incorrect presentation of search results

Created: 20 May 08 14:39   Updated: 04 Nov 08 22:15
Component/s: J2EE.Seam
Fix Version/s: Diana 9008, Diana 8.0.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. find-results.png
(24 kb)

Build: 8,387
Fixed in build: 9,115


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

 All   Comments   Work Log   Change History      Sort Order:
Sergey Vasiliev - 22 May 08 16:59
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 - 22 May 08 17:06
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.