[richfaces-issues] [JBoss JIRA] Commented: (RF-2930) Fireworks rendering problems

Carsten Hoehne (JIRA) jira-events at lists.jboss.org
Wed Apr 2 03:37:39 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-2930?page=comments#action_12406414 ] 
            
Carsten Hoehne commented on RF-2930:
------------------------------------

Here is a part of the code
				<rich:panel id="stp2" >
					<f:facet name="header">
						<h:outputText value="Create Experiment" />
					</f:facet>
					<s:decorate template="/layout/edit.xhtml">
						<ui:define name="label">name</ui:define>
						<h:inputText id="experimentCod"
							value="#{genFieldplan.experimentCode}" required="true" >
						<rich:toolTip value="Short Name of the Experiment"></rich:toolTip>
						</h:inputText>
					</s:decorate>
					<s:decorate template="/layout/edit.xhtml">
						<ui:define name="label">replications</ui:define>
						<h:inputText id="replication" value="#{genFieldplan.replications}"
							required="true" />
					</s:decorate>
					<s:decorate template="/layout/edit.xhtml">
						<ui:define name="label">plots per lane</ui:define>
						<h:inputText id="lanes" value="#{genFieldplan.plotsPerLane}"
							required="true" />
					</s:decorate>
					<h:panelGrid columns="1" styleClass="actionButtons">
						<h:commandButton action="#{genFieldplan.createExperiment}"
							id="createxp" value="create Experiment"
							rendered="#{empty selectedExperiment}" />
						<h:panelGroup></h:panelGroup>
					</h:panelGrid>
				</rich:panel>

				<h:panelGroup layout="block">
					<s:button value="Cancel" immediate="true" view="/UserIntro.xhtml">
						<s:conversationPropagation type="end" />
					</s:button>
				</h:panelGroup>


> Fireworks rendering problems
> ----------------------------
>
>                 Key: RF-2930
>                 URL: http://jira.jboss.com/jira/browse/RF-2930
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: RF 3.2.0 Seam 2.0.1 JBoss AS 4.2.2 
>            Reporter: Carsten Hoehne
>         Attachments: ffhtml.jpg, ffxhtml.jpg, ie.jpg
>
>
> This bug is a problem for us. Our pages aren``t rendered correct when using firefox. See 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

        



More information about the richfaces-issues mailing list