[JBoss JIRA] Created: (JBIDE-924) visualization of facelets tags in a seamgen project
by Carsten H?hne (JIRA)
visualization of facelets tags in a seamgen project
---------------------------------------------------
Key: JBIDE-924
URL: http://jira.jboss.com/jira/browse/JBIDE-924
Project: JBoss Tools
Issue Type: Bug
Reporter: Carsten H?hne
This is for JBossTools-200709200350-nightly-ALL
Visualization of ui:composition,ui:include and ui:decorate do not work correctly in a seamgen project
The problem is with absolute pathnames.
<ui:insert src="/somedir/somefile.xhtml"/> does not visualize the content
whereas <ui:insert src="somedir/somefile.xhtml"/> does not.
With an jsf-project both forms works
My problem. I have to use absolute pathnames. with relative ones my app will not run:-(
To reproduce genarate a seamgen project with Seam 2.0..0CR1
1.seam setup
2.seam new-project
3.copy the generated project to your eclipse workspace
4. do an import existing project into workspace
5. try
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-592) when deleting project exceptions occur
by Max Andersen (JIRA)
when deleting project exceptions occur
--------------------------------------
Key: JBIDE-592
URL: http://jira.jboss.com/jira/browse/JBIDE-592
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.Beta2
Reporter: Max Andersen
Assigned To: Denis Golovin
delete a project with seam nature and the following happens:
java.lang.NullPointerException
at org.jboss.tools.seam.ui.views.RootContentProvider$ResourceChangeListener.resourceChanged(RootContentProvider.java:162)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:282)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:276)
at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:260)
at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:305)
at org.eclipse.core.internal.resources.Resource.unprotectedDelete(Resource.java:1662)
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:700)
at org.eclipse.core.internal.resources.Project.delete(Project.java:289)
at org.eclipse.ui.ide.undo.WorkspaceUndoUtil.delete(WorkspaceUndoUtil.java:578)
at org.eclipse.ui.ide.undo.WorkspaceUndoUtil.delete(WorkspaceUndoUtil.java:172)
at org.eclipse.ui.ide.undo.AbstractResourcesOperation.delete(AbstractResourcesOperation.java:111)
at org.eclipse.ui.ide.undo.DeleteResourcesOperation.doExecute(DeleteResourcesOperation.java:67)
at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation$1.run(AbstractWorkspaceOperation.java:206)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation.execute(AbstractWorkspaceOperation.java:204)
at org.eclipse.ui.actions.DeleteResourceAction$4.run(DeleteResourceAction.java:533)
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-1575) Seam s:decorate not displayed "visually" in VPE
by steve tynor (JIRA)
Seam s:decorate not displayed "visually" in VPE
-----------------------------------------------
Key: JBIDE-1575
URL: http://jira.jboss.com/jira/browse/JBIDE-1575
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.0.0.GA
Environment: Windows, Eclipse 3.3.1.1 (eclipse-jee-europa-fall2-win32/), JBoss Tools 2.0.0.GA
Reporter: steve tynor
Attachments: screenshot-1.jpg
Seam s:decorate tags are rendered textually rather than visually in the VPE. Max asked me to post screenshots and my xhtml.
Have I configured something incorrectly?
Here is the text of the facelet being rendered:
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.ajax4jsf.org/rich"
template="/WEB-INF/facelets/templates/template.xhtml">
<ui:define name="title">Select a Client</ui:define>
<ui:define name="body">
<rich:panel>
<f:facet name="header">Welcome!</f:facet>
Welcome #{currentUser.firstName} #{currentUser.lastName} (#{currentUser.username}).
You must select a client.
<br/>
<br/>
<h:form id="clientListForm" styleClass="edit">
<table>
<s:decorate id="clientDecoration" template="/WEB-INF/facelets/templates/edit.xhtml">
<ui:define name="label">Client</ui:define>
<h:selectOneMenu id="client" value="#{authenticator.currentClient}" required="true">
<s:selectItems value="#{authenticator.clientsForUser}" var="client" label="#{client.name}" noSelectionLabel="#{messages['select.noneSelected']}"/>
<s:convertEntity />
</h:selectOneMenu>
<h:commandButton id="chooseClient"
value="Choose Client"
action="#{authenticator.chooseClient}"/>
</s:decorate>
</table>
</h:form>
</rich:panel>
</ui:define>
</ui:composition>
--
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, 6 months
[JBoss JIRA] Created: (JBDS-336) Styles correction
by Svetlana mukhina (JIRA)
Styles correction
-----------------
Key: JBDS-336
URL: http://jira.jboss.com/jira/browse/JBDS-336
Project: Developer Studio
Issue Type: Task
Components: documentation
Affects Versions: 1.1.0.CR1
Reporter: Svetlana mukhina
Assigned To: OLga Chikvina
Fix For: LATER
it's necessary to fix the following issues in styles:
- Text in guides with ent styles is hardly seen (see font.png)
- Meaningful words highlighted is not the blue it was, and now it looks a bit out of style (see highlighting.png)
- If you're against collapsing for tools and JBDS guides, it will remain only for RF guide, maybe only for one chapter with components.
- Also I wish we could have a possibility to turn off "Ignore image scaling attribute" param in HTML in some cases, because now we need sometimes define a scale for HTML image.
- It seems that there is a bug in the .pdf versions - empty pages at the very beginning of each guide + after the title and after the table of contents, and an empty page after each chapter
- Very dark "note" box in PDF version, plz change the background color so it will be the same as in html
- Set meaningful highlighting in PDF
- Links in PDF are colored but not underlined"
--
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, 7 months