Reconfigure iteration-demo to use hibernate instead of openjpa
--------------------------------------------------------------
Key: RF-11854
URL: https://issues.jboss.org/browse/RF-11854
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: examples
Affects Versions: 4.1.0.Final
Reporter: Lukáš Fryč
Showcase is using Hibernate, but for iteration-demo, OpenJPA implementation has been chosen.
To avoid multiple implementations, I suggest to go with Hibernate one.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Lukáš Fryč created RF-11997:
-------------------------------
Summary: Build and deploy vdl-doc in snapshot builds
Key: RF-11997
URL: https://issues.jboss.org/browse/RF-11997
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: doc
Affects Versions: 4.2.0.CR1
Reporter: Lukáš Fryč
Priority: Minor
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Asim Satti created RF-12265:
-------------------------------
Summary: can i change the IE9 browser mode to compatiable mode through code
Key: RF-12265
URL: https://issues.jboss.org/browse/RF-12265
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Asim Satti
can i change the IE9 browser mode to compatiable mode through code because when i run my application on IE9 sometime richfaces components libraries are not loaded due to this the whole gui is disturb but when i change mode of IE9 it works fine.so if there is any way to change the browser mode of compatiable
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Guilherme França created RF-12269:
-------------------------------------
Summary: Make rich:dataTable fetch all rows and make a client-side pagination
Key: RF-12269
URL: https://issues.jboss.org/browse/RF-12269
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.Future
Environment: Richfaces 3.2 / tomcat6
Reporter: Guilherme França
I would like to have an option to make rich:dataTable fetch all rows and make a client-side pagination.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Juraj Huska created RF-12258:
--------------------------------
Summary: kitchensink archetype - default version for richfaces enterprise is wrong
Key: RF-12258
URL: https://issues.jboss.org/browse/RF-12258
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: archetype, build/distribution
Affects Versions: 4.2.2.Final
Environment: kitchensink archetype
Reporter: Juraj Huska
Priority: Trivial
The default value when generating project from kitchensink archetype is 4.2.2.Final and should be 4.2.1.Final-redhat-1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Adrien Adrien created RF-12244:
----------------------------------
Summary: Add layout from sandbox components to richfaces
Key: RF-12244
URL: https://issues.jboss.org/browse/RF-12244
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.2.0.Final
Reporter: Adrien Adrien
add layout component from sandbox to rf4
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Jeff Pusczek created RF-12238:
---------------------------------
Summary: Recieving validation error in rich:popupPanel then canceling then re rendering show wrong values
Key: RF-12238
URL: https://issues.jboss.org/browse/RF-12238
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes, showcase
Affects Versions: 4.1.0.Final
Reporter: Jeff Pusczek
I will detail how to reproduce in the showcase becuase it mimiks my problem almost exactly.
Follow this link
http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=dataTab...
1) Edit the first row
2) In the modal clear out the price then click store(should result in error "Price is required")
3) Click cancel in the modal
4) Edit the second row
Now you will see the issue. The modal is still showing a few values from the first row
This is the issue i am seeing with my project and was wondering if there is a work around while this is fixed because my users have this as a fairly high priority bug
Verification from others in below thread
https://community.jboss.org/thread/199381?tstart=0
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Rene O created RF-12233:
---------------------------
Summary: [rich:extendedDataTable] html-render bug after rerendering of column header
Key: RF-12233
URL: https://issues.jboss.org/browse/RF-12233
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2.1.Final
Reporter: Rene O
If you rerender a table with render="testTable@header testTable@body" (see example below and attached screenshot), then a layout bug occurs. If you rerender the complete table (render="testTable"), everything looks good.
{code:title=sample.xhtml}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
>
<h:head>
<title>JSF Test</title>
</h:head>
<h:body>
<h:form id="testForm">
<rich:extendedDataTable id="testTable" >
<f:facet name="header">
<a4j:commandLink id="reset" value="reset" render="testTable@header testTable@body" execute="@this" immediate="true" />
</f:facet>
<rich:column width="55px" id="aaaCol">
<f:facet name="header">
<h:outputText value="" />
</f:facet>
aaa
</rich:column>
<rich:column width="55px" id="bbbCol">
<f:facet name="header">
<h:outputText value="bbb" />
</f:facet>
bbb
</rich:column>
</rich:extendedDataTable>
</h:form>
</h:body>
</html>
{code}
{code:title=html-snippet before click on 'reset'}
<td>
<div class="rf-edt-rsz-cntr rf-edt-c-aaaCol" style="">
<div class="rf-edt-hdr-c rf-edt-c-aaaCol" style="height: 20px;">
</td>
{code}
{code:title=html-snippet after click on 'reset'}
<td>
<div class="rf-edt-rsz-cntr rf-edt-c-aaaCol">
<div class="rf-edt-hdr-c rf-edt-c-aaaCol">
</td>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Anthony O. created RF-12224:
-------------------------------
Summary: fileUpload: Multiple file selection
Key: RF-12224
URL: https://issues.jboss.org/browse/RF-12224
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.2.1.Final
Reporter: Anthony O.
Is it possible to support multiple file selection in the selection box as it was possible with RF 3 ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ https://issues.jboss.org/browse/RF-12223?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-12223:
----------------------------------
Assignee: Jiří Štefek
> rich:validator: localization problems with dates and patterns
> -------------------------------------------------------------
>
> Key: RF-12223
> URL: https://issues.jboss.org/browse/RF-12223
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-validators
> Affects Versions: 4.2.1.Final
> Environment: RichFaces 4.2.1.SNAPSHOT
> Metamer 4.2.1.SNAPSHOT
> Mojarra 2.1.7-jbossorg-1
> JBoss AS 7.1.1.Final
> OpenJDK Runtime Environment 1.6.0_24-b24 @ Linux
> Firefox 12.0 @ Linux x86_64
> Reporter: Jiří Štefek
> Assignee: Jiří Štefek
>
> When you use other locale than english (tested with czech cs_CZ) the validator cannot read input Date with pattern "dd MMM yyyy".
> More in _Steps to reproduce_.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira