[JBoss JIRA] Created: (RHDS-155) DnD doesn't work with Red Hat Palette
by Juergen Zimmermann (JIRA)
DnD doesn't work with Red Hat Palette
-------------------------------------
Key: RHDS-155
URL: http://jira.jboss.com/jira/browse/RHDS-155
Project: Red Hat Developer Studio
Issue Type: Bug
Affects Versions: 1.0.0.beta2
Environment: JDK 1.6.0_02, Eclipse 3.3 M20070801-0800, VPE 20070823
Reporter: Juergen Zimmermann
When trying to drag-n-drop an icon like e.g. inputText then just the text "inputText" gets inserted in the jsf file, but not <h:inputText value=""/>
The same happens when double-clicking.
This is the jsf file where I tried to insert h:inputText in line 40 (the line after the existing h:inputText):
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<f:view>
<head>
<title>
<h:outputText value="#{msg['find.title']}"/>
</title>
<%@ include file="/WEB-INF/layout/css.jsf" %>
</head>
<body>
<div class="header">
<%@ include file="/WEB-INF/layout/header.jsf" %>
</div>
<div class="navigation">
<%@ include file="/WEB-INF/layout/navigation.jsf" %>
</div>
<div class="contents">
<h1><h:outputText value="#{msg['find.heading']}"/></h1>
<h:form id="findForm" prependId="false">
<p>
<h:outputLabel id="nachnameLabel"
value="#{msg['find.nachname.prompt']}"
for="nachname"/>
<f:verbatim>
</f:verbatim>
<h:inputText id="nachname" value="#{kunden.nachname}"/>
</p>
<h:selectOneRadio id="darstellung"
value="#{kunden.darstellung}"
layout="pageDirection">
<f:selectItem itemValue="tabelleId"
itemLabel="#{msg['find.darstellung.id']}"/>
<f:selectItem itemValue="tabelleVorname"
itemLabel="#{msg['find.darstellung.vorname']}"/>
<f:selectItem itemValue="tabelleUmsatz"
itemLabel="#{msg['find.darstellung.umsatz']}" itemDisabled="true"/>
</h:selectOneRadio>
<p><h:commandButton id="findSubmit"
action="#{kunden.find}"
value="#{msg['find.submit']}"/></p>
</h:form>
</div>
<div class="footer">
<%@ include file="/WEB-INF/layout/footer.jsf" %>
</div>
</body>
</f:view>
</html>
--
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
18 years, 6 months
[JBoss JIRA] Created: (RHDS-110) Create Welcome screen
by Max Andersen (JIRA)
Create Welcome screen
---------------------
Key: RHDS-110
URL: http://jira.jboss.com/jira/browse/RHDS-110
Project: Red Hat Developer Studio
Issue Type: Feature Request
Affects Versions: 1.0.0.beta1
Reporter: Max Andersen
Assigned To: Victor Rubezhny
Fix For: 1.0.0.beta2
We should have an welcome screen and the initial idea for content are:
1. Getting Started (group)
- Overview - link to RHDS/JBoss Tools home page
- Viewlets and tutorials - link to page that contains links grouping by technologies
- Samples - link to page that describes where to get and how to inmport examples to RHDS/JBoss Tools
- Cheat Sheets - open RHDS Perspective and show Cheat Sheets View with RHDS Cheat Sheets
2. Create New (Group) can contains links to root wizards
- Create JSF Project
- Create Struts Project
- Create Seam Project
- Create jBPM poject
3. Available Perspetives
- JEE Perspective
- Seam Perspective
- DataBase Development perspective
- Hibernate Console
4. Related Links - links (some usefull links can be placed here):
- Forums
- News
- etc
Other ideas?
I don't know exactly how welcome screens work - can there be more than one ?
Maybe we should have one for jboss tools and another for RHDS ?
But initially just create one for RHDS - should probably have its own plugin ?
If yes - should be declared to be in the build 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
18 years, 6 months