-
Feature Request
-
Resolution: Done
-
Major
-
2.0.0.Beta4
-
None
-
None
Testcase:
1. EXECUTE: Create Seam project in War Configuration
2. EXECUTE: Create Seam action for created seam project
3. EXECUTE: Open ActionTest class in test project
4. ASSERT: There is #
in java string in test method
5. ASSERT: actionName and methodName is get underlined when mouse over it with Ctrl pressed
6. ASSERT: click on actionName with Ctrl pressed opens ActionBean class created on step 2
7. ASSERT: click on methodName with Ctrl pressed opens ActionBean class created on step 2 and move cursor to metod declaration in class
- relates to
-
JBIDE-8177 Java content assist and navigation for EL Expressions in JSF 2.0 annotations
- Closed