[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3754) CA doesn't load managed beans from jars immediately.
Anton Klimkovich (JIRA)
jira-events at lists.jboss.org
Thu Feb 5 09:32:44 EST 2009
CA doesn't load managed beans from jars immediately.
-----------------------------------------------------
Key: JBIDE-3754
URL: https://jira.jboss.org/jira/browse/JBIDE-3754
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF, jsp/jsf/xml source editing
Affects Versions: 3.0.0.GA
Reporter: Anton Klimkovich
Assignee: Alexey Kazakov
1.
EXECUTE: Create JSF 1.2 KickStart project
EXECUTE: Open inputUserName.jsp
EXECUTE: Type <h:outputText value="#{}" style="color:#{ " />
EXECUTE: Set cursor after #{ style="color:#{| and call CA
ASSERT: List of proposal available and there are no a4j and a4JSkin in it
EXECUTE: Do not close Editor. Add Richfaces libs: JBoss Tools -> Add Custom capabilities -> JBoss RichFaces 3.3
EXECUTE: Set cursor after #{ style="color:#{| and call CA
ASSERT: List of proposal available and there are a4j and a4JSkin in it
FAILURE: There are no a4j and a4JSkin in the list.
Save file and reopen file doesn't help.
EXECUTE: Open Web Projects View and select some tag lib in it for example.
EXECUTE: Set cursor after #{ style="color:#{| and call CA
ASSERT: List of proposal available and there are a4j and a4JSkin in it.
2.
The same for JSF with Facelets project.
Use <h:commandButton action="#{}" value="#{}" /> instead of <h:outputText value="#{}" style="color:#{ " />
You will get the same result.
3.
For newly created Seam project works perfectly :)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list