[JBoss JIRA] Created: (JBIDE-2058) Some bugs for <rich:panelMenu*> components.
by Andrei Scherbovich (JIRA)
Some bugs for <rich:panelMenu*> components.
-------------------------------------------
Key: JBIDE-2058
URL: http://jira.jboss.com/jira/browse/JBIDE-2058
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.1.0.beta1
Reporter: Andrei Scherbovich
Assigned To: Denis Maliarevich
General:
Selection doesn't work properly in VPE. User must be able to select custom elements (groups, items) and to edit its labels.
For <rich:panelMenu>
1) disabled="true" should not disable component in VPE. It just should apply disabled styles
2) hoveredGroupStyle, hoveredGroupClass, hoveredItemStyle, hoveredItemClass, iconItem, iconTopItem, iconItemPosition, iconItemTopPosition, iconDisabledItem, iconTopDisabledItem - attributes don't work in VPE
3) vertical resizement not allowed
4) textFormatting not allowed
For <rich:panelMenuGroup>
1) disabled="true" should not disable component in VPE. It just should apply disabled styles
2) hoverStyle, hoverClass - attributes don't work in VPE
3) resource bundles not resolved for attribute label
4) textFormatting not allowed
For <rich:panelMenuItem>
1) disabled="true" should not disable component in VPE. It just should apply disabled styles
2) styleClass, icon, iconClass, iconStyle, iconDisabled, hoverStyle, hoverClass - attributes don't work in VPE
3) resource bundles not resolved for attribute label
4) textFormatting not allowed
SEE TEST FILE 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
17 years, 10 months
[JBoss JIRA] Created: (JBIDE-1699) Problem deploying in JBossAS a WAR with "linked sources" inside
by Manuel Martin (JIRA)
Problem deploying in JBossAS a WAR with "linked sources" inside
---------------------------------------------------------------
Key: JBIDE-1699
URL: http://jira.jboss.com/jira/browse/JBIDE-1699
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: WTP 1.5 integration
Affects Versions: 2.0.0.GA
Environment: Microsoft Windows XP, Eclipse 3.3.1.1, JBoss Tools 2.0.0.GA
Reporter: Manuel Martin
I create a JBoss Seam project named projectA
I create another Java project name projectB
In projectA I select "project -> properties -> Java Build Path -> Link Source" and I choose a directory of projectB that contains some facelets templates. The link was made under WebContent/templates directory of projectA
If I export projectA to a WAR file, all files was exported correctly, including those files in WebContent/templates that are property of projectB.
If I choose "Add and Remove Projects..." from JBossAS and I include projectA WAR, the export not includes the files of WebContent/templates, so the application fails.
ProjectB
|- src
|- templates
ProjectA
|- .settings
|- build
| |- classes
| - src
| |- META-INF
|- WebContent
|- img
|- META-INF
|- stylesheet
|- templates ----> ProjectB/src/templates (link)
|- WEB-INF
Thank you
--
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
17 years, 10 months
[JBoss JIRA] Created: (JBIDE-2065) Page design options doesn't work for css file path.
by Anton Klimkovich (JIRA)
Page design options doesn't work for css file path.
---------------------------------------------------
Key: JBIDE-2065
URL: http://jira.jboss.com/jira/browse/JBIDE-2065
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.1.0.beta1
Reporter: Anton Klimkovich
Assigned To: Maxim Areshkau
EXECUTE: Create JSFKickStart project
EXECUTE: Create Css file (test.css)
EXECUTE: Type in Css file : .A { color: red; }
EXECUTE: Open inputUserName.jsp
EXECUTE: On Visual part of Editor click on Page design options icon
EXECUTE: Click Add button and set path to css file (/TestFolder/test.css)
EXECUTE: Press Finish and Ok buttons.
EXECUTE: Type in inputUserName.jsp <h:commandButton action="hello" value="Say Hello!" styleClass="A" />
ASSERT: Value of h:commandButton in Visual part of Editor should be red color.
FAILURE: CSS styles are not displayed in VPE.
--
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
17 years, 10 months
[JBoss JIRA] Created: (JBIDE-2273) There is an ResourceException: "Resource '/jsftest/.settings/org.jboss.tools.jst.web.xml' does not exist." when JSF project is created.
by Alexey Kazakov (JIRA)
There is an ResourceException: "Resource '/jsftest/.settings/org.jboss.tools.jst.web.xml' does not exist." when JSF project is created.
---------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-2273
URL: http://jira.jboss.com/jira/browse/JBIDE-2273
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.0.alpha
Reporter: Alexey Kazakov
Assigned To: Viacheslav Kabanovich
Fix For: 3.0.alpha
1. Create JSF 1.2 without lib project.
2. See ErrorLog:
org.eclipse.core.internal.resources.ResourceException: Resource '/jsftest/.settings/org.jboss.tools.jst.web.xml' does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:317)
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:194)
at org.eclipse.core.internal.resources.Resource.checkAccessibleAndLocal(Resource.java:200)
at org.eclipse.core.internal.resources.Resource.setSessionProperty(Resource.java:1632)
at org.eclipse.wst.validation.internal.ValManager.putValProperty(ValManager.java:774)
at org.eclipse.wst.validation.internal.ValManager.accept(ValManager.java:671)
at org.eclipse.wst.validation.internal.ValManager.validate(ValManager.java:527)
at org.eclipse.wst.validation.internal.ValBuilderJob.visit(ValBuilderJob.java:202)
at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:106)
at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:58)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:81)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85)
at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:126)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:68)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:104)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:88)
at org.eclipse.wst.validation.internal.ValBuilderJob.fullBuild(ValBuilderJob.java:161)
at org.eclipse.wst.validation.internal.ValBuilderJob.run(ValBuilderJob.java:134)
at org.eclipse.wst.validation.internal.ValBuilderJob.runInWorkspace(ValBuilderJob.java:123)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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
17 years, 10 months
[JBoss JIRA] Created: (JBIDE-2251) Hotdeploy for Forms don't work for Seam 2.0.2GA Web Ear Project
by Aliaksey Nis (JIRA)
Hotdeploy for Forms don't work for Seam 2.0.2GA Web Ear Project
---------------------------------------------------------------
Key: JBIDE-2251
URL: http://jira.jboss.com/jira/browse/JBIDE-2251
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.1.0.GA
Environment: WindowsXP SP2
jbdevstudio-win32-1.1.0.GA.jar
JBoss Developer Studio
Version: 1.1.0.GA
Build date: 05/20/2008 13:29
JDK 1.5_08
Reporter: Aliaksey Nis
Attachments: FormDeploy.txt
EXECUTE: Create Seam 2.0.2GA Ear Web project.
EXECUTE: Run it on JBoss AS Server.
EXECUTE: Create new form in this project.
EXECUTE: Run this new form in browser.
ASSERT: Form appears in browser.
EXECUTE: Enter random string in input field. Press button "form".
FAILURE: JBoss Seam Debug Page appears...
Server console log part attached(part from clicking "form" button).
--
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
17 years, 10 months