[JBoss JIRA] Created: (JBIDE-2321) Problems with auto completion
by Andy Gibson (JIRA)
Problems with auto completion
-----------------------------
Key: JBIDE-2321
URL: http://jira.jboss.com/jira/browse/JBIDE-2321
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Ganymede, JSF, Seam
Environment: JBoss Tools Nightly Build (JBossTools-200806100349-nightly-ALL-win32.zip) and the build drivers for that build (Eclipse 3.4 RC3, WTP 3.0 RC3) Windows XP
Reporter: Andy Gibson
The problem is demonstrated in the attached movie file :
Create a new application, and open home.xhtml and move to the end.
Start typing <h:outputte and when auto complete pops up, select outputText, the tag is put into the document and the value="" attribute is also added. The caret is placed between the double quotes and the auto completion selection pops up.
Initially, the list of values in the auto completion box consists of everything that should be there, but it is not wrapped in an EL expression #{ ... } (i.e. "conversation" is there, but not "#{conversation}"). As soon as you type #{ in the page, the code completion dialog filters out most of the values, except the basic EL expressions (#{applicationScope}, #{param}, #{facesContext}, #{cookie}).
To get proper code suggestions, you need to close the code completion pop up, and re-open it to get the right list of values, i.e. Seam generated suggestions,
It almost looks like in the initial pop up, the values are there, but they are not wrapped in #{ ... }, while when you bring it up again, the values are there, and they have the #{ ... }
This is mostly a problem because it happens in the auto-completion box that is popped up when the IDE auto completes a JSF tag.
--
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
18 years, 1 month
[JBoss JIRA] Created: (JBIDE-2317) Problems with code complete in JSF editor
by Andy Gibson (JIRA)
Problems with code complete in JSF editor
-----------------------------------------
Key: JBIDE-2317
URL: http://jira.jboss.com/jira/browse/JBIDE-2317
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: core, JSF, Visual Page Editor
Affects Versions: 2.1.0.CR1
Environment: JBoss Tools 2.1.1 GA - Windows XP, latest eclipse (Europa-Winter)
Reporter: Andy Gibson
Create a new Seam project, and open up home.xhtml. Depending on how much of the tag has been typed, there are different values depending on whether the end quote is present or not. If there is no end quote such as :
<h:outputText value="#{pa />
Then there are very few items listed in the code completion window. (NOTE this should be mostly fixed when the editor automagically puts the value="" attribute into the tag as it should do and fixed in issue JBDS-350)
If you do type something, you get very unexpected results. typing
<h:outputText value="#{pa /> (press ctrl space) brings up "param" and "paramValues"
press back space twice, and you get the all values in the code complete list (which should still be up)
type "ap" and you get "param" and "paramValues" again
press backspace twice (the code complete window disappears) , type pa, press ctrl+space and the code complete window pops up with applicationScope in the list.
Note that this only appears when there is NO trailing quote on the value attribute and the EL expression is essentially unended.
--
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
18 years, 1 month
[JBoss JIRA] Created: (JBIDE-2327) Seam Validator looking for non existing "startup" property
by Antoine Sabot-Durand (JIRA)
Seam Validator looking for non existing "startup" property
----------------------------------------------------------
Key: JBIDE-2327
URL: http://jira.jboss.com/jira/browse/JBIDE-2327
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.1
Environment: Windows XP
eclipse 3.3.2
jdk 1.5.0_12
Reporter: Antoine Sabot-Durand
All my components configured in components.xml get a seam validator error
class <classname> of component <componentName> does not contain setter for property "startup"
Off course these components don't contain a startup property and the configuration in components.xml doesn't mention startup either.
For instance
<component name="sessionHdl">
<property name="pro">false</property>
</component>
Trigger the bug.
This problem started with JBoss Tools 2.1.0.GA and is stil present in 2.1.1, downgrading to 2.0.1.GA correct the problem. So it looks like a regression bug
--
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
18 years, 1 month