[
http://jira.jboss.com/jira/browse/JBIDE-810?page=comments#action_12383015 ]
Alexey Kazakov commented on JBIDE-810:
--------------------------------------
Testcase:
1. EXECUTE: Create seam war project
2. EXECUTE: Open home.xhtml
3. EXECUTE: Type <h:outputText value=""/> on Line 11
4. EXECUTE: Ctrl+Space on <h:outputText value="|
5. ASSERT: There is list of proposals with seam variables: "#{actor},
#{applicationContext}, ..."
6. EXECUTE: Edit line 11: <h:outputText value="#{"/>
7. EXECUTE: Ctrl+Space on <h:outputText value="#{|
8. ASSERT: There is list of proposals with seam variables: "actor,
applicationContext, ..."
Problems with code completion in jsf tag
----------------------------------------
Key: JBIDE-810
URL:
http://jira.jboss.com/jira/browse/JBIDE-810
Project: JBoss Tools
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 2.0.0.Beta3
Environment: rhds beta1, windows xp, jdk 1.5_0.12
Reporter: Adrian Mitev
Assigned To: Alexey Kazakov
Fix For: 2.0.0.CR1
Original Estimate: 6 hours
Time Spent: 6 hours
Remaining Estimate: 0 minutes
Hi! When editing .xhtm page if you use #{} not in jsf tag then you get code completion
for everything. If you use for example <h:outputText
value=""></h:outputText> and in the value="" attribute i
press ctrl+space it gives me code completion that exadel 4.0.4 gave before. If i write
myself #{ in the attribute and than press ctrl + space it gives me completion for
everything.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira