[JBoss JIRA] Created: (RF-940) Integrate dropDownMenu with Seam s:link
by Joshua Jackson (JIRA)
Integrate dropDownMenu with Seam s:link
----------------------------------------
Key: RF-940
URL: http://jira.jboss.com/jira/browse/RF-940
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.1.0
Environment: JBoss 4.2.1.GA
Reporter: Joshua Jackson
Priority: Trivial
Fix For: 3.2.0
Seam s:link has a very nice attribute like view which does not do form submission unlike action attribute but only redirects to the page. Besides that s:link has conversationPropagation which able to demarcate Seam conversation. I think it would be nice to have incorporate these to Richfaces dropDownMenu.
I've tried embedding s:link in rich:dropDownMenu but I found it really uncomfortable for user because user must click right on the link otherwise the menu won't do anything and besides that we must adjust the style of the link that is nested in css.
--
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, 9 months
[JBoss JIRA] Created: (RF-1365) dataFilterSlider does not work without <a4j:form id="form1" reRender="list-body" ajaxSubmit="true" ignoreDupResponses="true" requestDelay="100">
by Aleksej Yanul (JIRA)
dataFilterSlider does not work without <a4j:form id="form1" reRender="list-body" ajaxSubmit="true" ignoreDupResponses="true" requestDelay="100">
-------------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-1365
URL: http://jira.jboss.com/jira/browse/RF-1365
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
<rich:dataFilterSlider sliderListener="#{dfs.doSlide}" binding="#{inventoryList.dataFilterSlider}" for="carList"
forValRef="inventoryList.carInventory" filterBy="getMileage"
manualInput="true" onSlide="true" onChange="true"
storeResults="true" trackStyleClass="track" width="400px"
styleClass="slider-container" startRange="10000" endRange="60000"
increment="10000" rangeStyleClass="range" trailer="true"
trailerStyleClass="trailer" handleStyleClass="handle"
handleValue="10000" id="slider_1">
</rich:dataFilterSlider>
<h:dataTable id="carList" rows="10"
value="#{inventoryList.carInventory}" var="category"
rowClasses="list-row1, list-row2" columnClasses="column"
headerClass="list-header" styleClass="list-table2">
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText" value="Make" />
</f:facet>
<h:outputText value="#{category.make}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText" value="Model" />
</f:facet>
<h:outputText value="#{category.model}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText"
value="#{inventoryList.priceColumnName}" />
</f:facet>
<h:outputText value="#{category.price}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText"
value="#{inventoryList.mileageColumnName}" />
</f:facet>
<h:outputText value="#{category.mileage}" />
</h:column>
</h:dataTable>
--
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, 9 months
[JBoss JIRA] Created: (RF-995) SkinFactory cannot be overriden reliably.
by Chris Rudd (JIRA)
SkinFactory cannot be overriden reliably.
-----------------------------------------
Key: RF-995
URL: http://jira.jboss.com/jira/browse/RF-995
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Chris Rudd
Prior to 3.1.0 the default SkinFactory could be replaced by specifing the implementation class in the resource : META-INF/services/org.richfaces.skin.SkinFactory
As of 3.1.0 there is no "default" implementation, and the richfaces-impl.jar now defines the resource inorder to specify the implementation.
This causes a problem when attempting to override the implemenation, as resources are found in whatever order the jars are in the classpath. There is no reliable way to ensure that the resource located in the jar providing the overriding implementation appears first (before the richfaces-impl).
I would suggest reserving the service file for the ability to override the default implementation, and introduce a new file to define the default implementation, or reference the default implemenation by name (to prevent the hard reference)
--
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, 9 months
[JBoss JIRA] Created: (RF-1326) 3.1.3-SNAPSHOT: ToolTip crashes with Webbrowser of JBoss Tools
by Juergen Zimmermann (JIRA)
3.1.3-SNAPSHOT: ToolTip crashes with Webbrowser of JBoss Tools
--------------------------------------------------------------
Key: RF-1326
URL: http://jira.jboss.com/jira/browse/RF-1326
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.2
Environment: Eclipse 3.3.1.1, WTP 2.0.1, JBoss Tools 20071109, RichFaces 3.1.3-20071109, Facelets 1.1.14, JBoss 4.2.2, JDK 1.6.0_03
Reporter: Juergen Zimmermann
The following bug didn't happen with RichFaces 3.1.2
I get this Javascript error window (translated from German):
"There is a runtime error.
Do you want to start the debug mode?
Line: 29
Error: 'ToolTip' is undefined"
I'll attach the generated XHTML code.
BTW, there is no problem with IE 7 and also no problem with Firefox 2.0.0.8. However, it's a pitty if the web browser of JBossTools cannot be used any more when using the new version of RichFaces.
--
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, 9 months