[JBoss JIRA] Created: (RF-6482) ExtendedDataTable reRendered even if out a4j:region with renderRegionOnly=true
by Nicolas Gaudin (JIRA)
ExtendedDataTable reRendered even if out a4j:region with renderRegionOnly=true
------------------------------------------------------------------------------
Key: RF-6482
URL: https://jira.jboss.org/jira/browse/RF-6482
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Windows XP PRO SP2
Glassfish V2 UR2
JSF 1.2_09
JSP, Not using Facelets
Affects: FF and IE
Reporter: Nicolas Gaudin
Hi all,
I have several a4j:include all in one page :
- TREE: one for a tree of folders (not system folders, but categories of items)
- EDT: one for a list of items belonging to a particular category (the EDT)
- ITEM: one containing the detail of each item (rerendered when clicking on a row of the EDT)
so when clicking on a treeNode of TREE, the list of items is reRendered via a4j:support with reRender="dataTable" : this is working OK
BUT, when I do operation on the tree (ex:DnD, deletion of a node via contextmenu, etc...each time an ajax request is sent (via a4j:support mainly), EDT is reRendered in BACKEND.
I mean by "backend" that it is not visual on the UI but I see it occurs in my log.
This impacts a lot the performance of my application.
ALSO, when user changes the details of a selected item (ITEM include) and use a suggestionbox (for instance), again i see in the log that the EDT is Rerendered.
ITEM include (not like the TREE that needs to actually rerender the EDT or the EDT that needs to actually rerender the ITEM) has nothing to do (no rerender interaction) with the TREE or the EDT.
So, I tried to encapsulate ITEM include in a4j:region with attribute renderRegionOnly set to TRUE.
Nothing seems to work..
This only thing i can say is that it has perhaps something to do with EDT tablestate???? because i see it in the log (having logged getTableState in managed bean) at the beginning AND at the end of this weird rerendering thing
Do you have any idea on this, any quick workaround?
Many thanks in advance for your answers
Nicog
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (RF-8035) Days are not shown in rich:calendar popup in combination with s:validateEquality
by Axel Roeber (JIRA)
Days are not shown in rich:calendar popup in combination with s:validateEquality
--------------------------------------------------------------------------------
Key: RF-8035
URL: https://jira.jboss.org/jira/browse/RF-8035
Project: RichFaces
Issue Type: Bug
Components: component, component-input
Affects Versions: 3.3.2.SR1, 3.3.2.GA, 3.3.1
Environment: Firefox 3.5
Reporter: Axel Roeber
<rich:calendar id="to" value="#{xxx}" datePattern="dd.MM.yyyy" converter="jodaDateTimeConverter" >
<s:validateEquality for="from" operator="greater_or_equal" />
</rich:calendar>
generates:
<script type="text/javascript">//<![CDATA[
new Calendar('pan:datBis',
"de",{'selectedDate':new Date(2009,9,20,0,0,0),'currentDate':new Date(2009,9,20),'datePattern':'dd.MM.yyyy'} , {dayListMarkup:null}).load();
//]]>
</script>
Without s:validateEquality the 'dayListMarkup:null' is not generated (only empty brackets {}) and all dates are shown.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (RF-8004) CLONE -I created suggestion box
by Madhuri Kommuri (JIRA)
CLONE -I created suggestion box
-------------------------------
Key: RF-8004
URL: https://jira.jboss.org/jira/browse/RF-8004
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Seam frame work using Rich faces server Jboss
Reporter: Madhuri Kommuri
Assignee: Nick Belaevski
I created suggestion box for country(nationality) using rich faces, and seam the problem am facing is "Only the topmost name in the list of the countries is displaying if also I select the country in the list of countries (like If I type "A", countries name starting with 'A' are displaying, at this time only the top most country is selected, If I select any of them).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month