[JBoss JIRA] (RF-13324) Dispaly year's and month's as Dropdown
by Balaji S (JIRA)
Balaji S created RF-13324:
-----------------------------
Summary: Dispaly year's and month's as Dropdown
Key: RF-13324
URL: https://issues.jboss.org/browse/RF-13324
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 4.3.0.Final
Reporter: Balaji S
Fix For: 4.3.0.Final
It would be better to display year's and month's as List in Rich calender like below
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (RF-13323) FileUploadEvent listener reset the list value with Viewscope
by Mohammad Weshah (JIRA)
Mohammad Weshah created RF-13323:
------------------------------------
Summary: FileUploadEvent listener reset the list value with Viewscope
Key: RF-13323
URL: https://issues.jboss.org/browse/RF-13323
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.3.4
Environment: Jboss 7.1
Richfaces 4.3.4
JSF 2.1.9
Reporter: Mohammad Weshah
Hello All,
i make an example of upload file from richfaces showcase it is working successfully , but i notice if i changed the backing bean to viewscope the files list inside the FileUploadEvent listener will be rest every time that i upload new file , the code as follow :
protected List<UploadedImage> files = new ArrayList<UploadedImage>();
public void FileUploadlistener(FileUploadEvent event) throws Exception {
UploadedFile item = event.getUploadedFile();
UploadedImage file = new UploadedImage();
file.setLength(item.getData().length);
file.setName(item.getName());
file.setData(item.getData());
files.add(file);
}
but when i changed the scope to session the files still contain the old files, is it mandatory to the backing be session or there is something wrong ?
Regards
Wish79
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (RF-13322) Tree: selectionchange event fired twice inside r:region
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13322?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-13322:
------------------------------------
I was able to reproduce in 4.3.4.Final so it looks like a result of a new test.
> Tree: selectionchange event fired twice inside r:region
> -------------------------------------------------------
>
> Key: RF-13322
> URL: https://issues.jboss.org/browse/RF-13322
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tree
> Affects Versions: 4.3.4, 5.0.0.Alpha1
> Environment: RichFaces 4.3.4.Final-redhat-1
> Metamer 4.3.5-SNAPSHOT
> JBoss Application Server: Weld Integration 7.2.1.Final-redhat-10
> JBoss AS 7.2.1.Final-redhat-10
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 30.0.1599.114 @ Linux x86_64
> Reporter: Pavol Pitonak
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richTree/simpleSwingTreeNo...
> # set attribute onselectionchange=alert('changed')
> # select first node in tree ("Europe")
> result:
> * alert is displayed twice
> * you can also run Metamer tests
> {code}
> mvn clean verify -P jbossas-managed-7-1 -Dtest=TestTreeAttributes#testOnselectionchange -Dtemplates=a4jRegion
> {code}
> * all other templates work fine
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months
[JBoss JIRA] (RF-13322) Tree: selectionchange event fired twice inside r:region
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13322?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13322:
------------------------------------
[~ppitonak] is this a regression or the result of a new test?
> Tree: selectionchange event fired twice inside r:region
> -------------------------------------------------------
>
> Key: RF-13322
> URL: https://issues.jboss.org/browse/RF-13322
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tree
> Affects Versions: 4.3.4, 5.0.0.Alpha1
> Environment: RichFaces 4.3.4.Final-redhat-1
> Metamer 4.3.5-SNAPSHOT
> JBoss Application Server: Weld Integration 7.2.1.Final-redhat-10
> JBoss AS 7.2.1.Final-redhat-10
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 30.0.1599.114 @ Linux x86_64
> Reporter: Pavol Pitonak
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richTree/simpleSwingTreeNo...
> # set attribute onselectionchange=alert('changed')
> # select first node in tree ("Europe")
> result:
> * alert is displayed twice
> * you can also run Metamer tests
> {code}
> mvn clean verify -P jbossas-managed-7-1 -Dtest=TestTreeAttributes#testOnselectionchange -Dtemplates=a4jRegion
> {code}
> * all other templates work fine
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 2 months