[JBoss JIRA] Created: (JBIDE-3153) quick fix for missing property/method referenced in EL
by Dan Allen (JIRA)
quick fix for missing property/method referenced in EL
------------------------------------------------------
Key: JBIDE-3153
URL: https://jira.jboss.org/jira/browse/JBIDE-3153
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 3.0.0.beta1
Reporter: Dan Allen
One of the nice features of the Eclipse Java editor is that you can reference a method or property and then ask the editor to create it for you. It would be nice to be able to do the same thing in EL. For instance, you might be creating a page that has an action. You could first type the method binding expression:
<h:commandButton action="#{hotelSearch.search}" value="Search"/>
Then you could use quick fix to add the search() method to component named hotelSearch (assuming it is the name of a Seam component or JSF managed bean). The same would work if you were referencing a bean properly name.
--
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
16 years, 10 months
[JBoss JIRA] Created: (JBIDE-2514) Jboss Tools does not import a custom JSF library specified on the JSF Capabilties page
by Anthony Yulo (JIRA)
Jboss Tools does not import a custom JSF library specified on the JSF Capabilties page
--------------------------------------------------------------------------------------
Key: JBIDE-2514
URL: http://jira.jboss.com/jira/browse/JBIDE-2514
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.0.1
Environment: WinXP, Eclipse Europa 3.2, Seam 2.0 Technology Preview; Jboss AS 4.2
Reporter: Anthony Yulo
I am generating a Seam Web Project from the Wizard. and I specified a JBoss AS 4.2 runtime and Seam 2.0.
On the JSF Capabilities section I created a custom library and I specified jar files for RIchfaces 3.2 library. I specified properly DB Connection properties on the next wizard page. After the wizard, finished, 4 projects were generated; MyProj MYProj-ear; MyProj-ejb, MyProj-test.
Upon inspection of WEB-INF/lib folder on MyProj, the richfaces-related jar files still contains the older version of Richfaces that came with JbossTools, and not the Custom library I specified.
--
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
16 years, 10 months
[JBoss JIRA] Created: (JBIDE-3154) Seam component topology and scope editor
by Vladimir Ralev (JIRA)
Seam component topology and scope editor
----------------------------------------
Key: JBIDE-3154
URL: https://jira.jboss.org/jira/browse/JBIDE-3154
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Reporter: Vladimir Ralev
Implement an Seam component scope and topology viewer/editor. This view should show all Seam components created by the user in their scopes(session, conversation, etc..) and the connections between them (@In and @Out). The view should focus on the way the seam components inject or outject components from the context variables in the different scopes, thus the scopes can have their own areas spanning finite width and unbound height graphically.
You should be able to drag components from one scope to another and create @In and @Out links between components from this view.
Referenced components that are not created by the user can be displayed in a "non-draggable way" (with a lock-icon or grayed out for example).
Additionally the built-in Seam components can be displayed in a toolbar similar to the UI controls palette, but with checkboxes next to them to assign visibility in the view (instead of dragging them into the view like UI controls).
--
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
16 years, 10 months