[JBoss JIRA] Created: (RF-2061) Cookbook and guide
by Svetlana mukhina (JIRA)
Cookbook and guide
------------------
Key: RF-2061
URL: http://jira.jboss.com/jira/browse/RF-2061
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Gleb Galkin
Fix For: 3.2.0
Look thoroughly through Cookbook (http://labs.jboss.com/wiki/RichFacesCookbook):
- RichFacesCookbook/ScrollableDataTableSelectionUsage
- RichFacesCookbook/DetailModalPanelFromTable
- RichFacesCookbook/JsFunctionJson
- How to get row selection in scrollableDataTable using one and multi-selection rows mode
- How to use jsFunction with JSON
- Create An Image Banner Using Effects And Poll (here we could take an example for <a4j:poll> component)
- Create A HTML Banner Using Effects And Poll
How to do a detail view modalPanel in a table
some useful information could go into the guide, NOTE: don't just copy-paste everything, understand what it's really necessary for guide reader.
--
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, 11 months
[JBoss JIRA] Created: (RF-2429) fileUpload: "disabled" attribute doesn't work correct.
by Mikhail Vitenkov (JIRA)
fileUpload: "disabled" attribute doesn't work correct.
------------------------------------------------------
Key: RF-2429
URL: http://jira.jboss.com/jira/browse/RF-2429
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari(3.2.0.CR1)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Attachments: fileUploadDisabled.png
Step 1. Set "disabled" attribute to "true".
Step 2. Navigate to page contained tested rich:fileUpload component.
Step 3. Click on "Add" fileUpload component's button.
Actual behavior:
fileUpload component have changed style(looks like disabled), but click on "Add" button leads to "Choose file" modal dialog appearance. For more information see attached fileUploadDisabled.png
--
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, 11 months
[JBoss JIRA] Created: (RF-2421) fileUpload: files loading leads to system hovering(no progress processing)
by Mikhail Vitenkov (JIRA)
fileUpload: files loading leads to system hovering(no progress processing)
--------------------------------------------------------------------------
Key: RF-2421
URL: http://jira.jboss.com/jira/browse/RF-2421
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6,IE7,FF,Safari
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Priority: Blocker
Step 1. Use following code to add rich:fileUpload to the test application page:
rich:fileUpload id="fileUploadID" disabled="#{fileUpload.disabled}" autoclear="#{fileUpload.autoclear}"
required="#{fileUpload.required}" requiredMessage="#{fileUpload.requiredMessage}" rendered="#{fileUpload.rendered}"
listHeight="#{fileUpload.listHeight}" listWidth="#{fileUpload.listHeight}" uploadData="#{fileUpload.data}"
maxFilesQuantity="#{fileUpload.maxFilesQuantity}" fileUploadListener="#{fileUpload.fileUploadListener}">
<f:facet name="progress">
<progressBar:progressBar style="height: 5px; width: 250px;">
</progressBar:progressBar>
</f:facet>
....
Step 2. Navigate to page contained fileUpload component.
Step 3. Click on "Add" command button to add any file for uploading.
Step 4. Select any file and click "Open" command button inside File Upload modal dialog.
Step 5. Initiate upload process through the "Upload" command button.
Actual behavior:
Progress bar appear & became frozen. There is no progress process take place, like system hovering. For more information see attached fileUpload.png
--
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, 11 months
[JBoss JIRA] Created: (RF-1865) Option to register a resource bundle handler/manager with richfaces
by Ashish Kumar Singh (JIRA)
Option to register a resource bundle handler/manager with richfaces
-------------------------------------------------------------------
Key: RF-1865
URL: http://jira.jboss.com/jira/browse/RF-1865
Project: RichFaces
Issue Type: Feature Request
Components: planning
Affects Versions: 3.1.3
Reporter: Ashish Kumar Singh
Fix For: 3.2.0
Hi Guys,
There can be situations where organizations have their own mechanism for providing i18n support for handling resource bundles, in addition to reading them from properties file.
An example can be XML files, database etc.
As JSF provides a mechanism to register resource bundle and rich faces follows the same approach to provide the functionality in Ajax paradigm (a4j: loadbundle).
Now to integrate such discrete 1i8n frameworks or resource bundle sources with JSF/Rich faces one way is to write a component and use it in the application.
But it will be niche if rich faces can come up with a resource bundle handler/manager concept which allows doing following:
1. Application wide registration of resource bundle handler/manager
2. Ability to pass configuration parameters to handler/manager
3. a4j:include to delegate all calls to handler/manager if one is registered with the system, otherwise use default mechanism.
Best Regards,
Ashish
--
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, 11 months