[jbosstools-issues] [JBoss JIRA] Commented: (RHDS-155) DnD doesn't work with Red Hat Palette

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Sat Sep 22 05:46:11 EDT 2007


    [ http://jira.jboss.com/jira/browse/RHDS-155?page=comments#action_12378195 ] 
            
Juergen Zimmermann commented on RHDS-155:
-----------------------------------------

Fixed with latest nightly build

> 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>
> 				&nbsp;&nbsp;
> 			</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

        



More information about the jbosstools-issues mailing list