OpenOn for JSF components' atributes used with the help of 'jsfc' .
--------------------------------------------------------------------
Key: JBIDE-1739
URL: http://jira.jboss.com/jira/browse/JBIDE-1739
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 2.0.1
Reporter: Anton Klimkovich
Example:
<input type="submit" jsfc="h:commandButton" id="submit" action="greeting" value="Say Hello" />
<input jsfc="h:inputText" required="true" id="name" value="#{person.name}" />
OpenOn works now only for EL
Doc with list of OpenOns attached.
--
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
OpenOn for #{messages.***} in Seam EL.
--------------------------------------
Key: JBIDE-1975
URL: http://jira.jboss.com/jira/browse/JBIDE-1975
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Reporter: Alexey Kazakov
Assigned To: Victor Rubezhny
It should open resource bundle for "messages" and select proper key for "messages.***"
--
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
Attribute "disabled" in input element doesn't shows correctly.
--------------------------------------------------------------
Key: JBIDE-1119
URL: http://jira.jboss.com/jira/browse/JBIDE-1119
Project: JBoss Tools
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.0.0.CR1
Environment: Eclipse 3.3.1, Windows
Reporter: Maxim Areshkau
Assigned To: Maxim Areshkau
Fix For: 2.1
Attribute disabled in unput element doesn't shows correctly.
--
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
Strange selection of text inside <rich:panel> .
-----------------------------------------------
Key: JBIDE-1536
URL: http://jira.jboss.com/jira/browse/JBIDE-1536
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.0.1
Environment: WinXP
JBossTools-200712181613-nightly
Reporter: Anton Klimkovich
Priority: Minor
Attachments: panel2.xhtml, StrangeSelection1.PNG, StrangeSelection2.PNG
Open attached test page on Visual/Source tab
Try to select text in different panels. The result of selection will be also different.
Look at screenshot.
--
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
Resource bundle completion don't work in template clients
---------------------------------------------------------
Key: JBIDE-816
URL: http://jira.jboss.com/jira/browse/JBIDE-816
Project: JBoss Tools
Issue Type: Bug
Components: JSF
Environment: rhds beta1, jdk 1.5_0.12, windows XP
Reporter: Adrian Mitev
I have facelets template page and template client page. If i define <f:loadBundle> in the template page i get code completion for the bundle in it, but i don't get it in the template client page. If i redefine the same <f:loadBundle> in the template client i get completion in it, but this means that i'll have the same component defined twice in the component tree.
I guess that the template should be traversed too.
--
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
In JBDS 1.0 - jBPM deployment - to a local file - does not recognize $HOME
--------------------------------------------------------------------------
Key: JBIDE-1712
URL: http://jira.jboss.com/jira/browse/JBIDE-1712
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 2.0.0.GA
Environment: JBDS 1.0
RHEL5
Reporter: Len DiMaggio
Attachments: Screenshot.png
In JBDS 1.0 - jBPM deployment - to a local file - does not recognize $HOME
See attached screen shot
--
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
Seeing some screen display corruption running JBDS 1.0 on RHEL5 - see attachments
---------------------------------------------------------------------------------
Key: JBIDE-1552
URL: http://jira.jboss.com/jira/browse/JBIDE-1552
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 2.0.0.GA
Environment: JBoss Developer Studio
Build id: 1.0.0.GA
RHEL5
Sun 1.5.0_13 JVM
Reporter: Len DiMaggio
Priority: Minor
See the attached screenshots
--
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
org.eclipse.swt.SWTException after deleting prefix with called CA.
-------------------------------------------------------------------
Key: JBIDE-1307
URL: http://jira.jboss.com/jira/browse/JBIDE-1307
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.Beta4
Reporter: Anton Klimkovich
Priority: Minor
Attachments: 111.txt
1 New -> JSP File
Name: Test
Template: Blank
Next button
2 Select Taglibs:
JSF Core
JSF Html
3 JSP Editor will be opened
Set cursor after
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
{cursor}
4 Call CA (ctrl+space)
5 Type "f"
6 Delete "f" using backspace
Unhandled event loop exception occur
Log attached
--
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
Support Facelet custom tags that is implemented as Facelet composition
----------------------------------------------------------------------
Key: JBIDE-1593
URL: http://jira.jboss.com/jira/browse/JBIDE-1593
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.0.0.GA
Reporter: Denis Golovin
Fix For: 2.1, LATER
1. EXECUTE: Use files and scenario from JBIDE-1592 to create and configure test project.
2. EXECUTE: Open show100.xhtml in VPE
3. ASSERT: c:inputCurrency is rendered as known 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
Support of CA for Seam Insert Tag wizard.
-----------------------------------------
Key: JBIDE-1826
URL: http://jira.jboss.com/jira/browse/JBIDE-1826
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 2.0.1
Reporter: Anton Klimkovich
Priority: Minor
EXECUTE: Seam project
EXECUTE: Open login.xhtml page for example
EXECUTE: Make DnD of Seam component to the page
ASSERT: Insert Tag wizard appear
EXECUTE: Try to call CA on any field for attribute
ASSERT List with proposals should appear.
--
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