[JBoss JIRA] Created: (RF-2289) rich datatable - rendering problem when changing column data using valueChangeListener
by Mike (JIRA)
rich datatable - rendering problem when changing column data using valueChangeListener
--------------------------------------------------------------------------------------
Key: RF-2289
URL: http://jira.jboss.com/jira/browse/RF-2289
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: WinXP, JBoss Portal Server 2.6.2, Sun JDK 1.5, JSF-RI 1.2
Reporter: Mike
The bug here is, that using a rich:datatable not all changed attributes insinde a row get redisplayed.
We use a value change listener on a checkbox inside a rich:datatable like this:
...
<rich:column>
<h:selectBooleanCheckbox id="taxresidualvaluerelevant"
value="#{item.taxResidualValueRelevant}"
valueChangeListener="#{taxesAndFeesController.activeChanged}"
onclick="submit();" />
</rich:column>
....
in the managed bean we manipulate some data in columns of the selected row, and after that we trigger the to render the response
using FacesContext.getCurrentInstance().renderResponse();
The rich:datatable only updates some values in the row (disabled attributes) whereas values don't get redisplayed.
When we select a h:datatable everything works as suspected, but we need to use the rich:datatable for e.g. paging etc.
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-2846) Firefox does not correct render pages
by Carsten Hoehne (JIRA)
Firefox does not correct render pages
-------------------------------------
Key: RF-2846
URL: http://jira.jboss.com/jira/browse/RF-2846
Project: RichFaces
Issue Type: Feature Request
Reporter: Carsten Hoehne
Priority: Optional
we do have some wired rendering problems using firefox.
Firefox does not render our pages in a correct way when the pages have .xhtml extensions.
See this JIRA issue(created for uploading the screenshots)
What we have done:
1. starting our app.
2. Using Firefox to save the shown page.(This page has a xhtml extension)
3. Starting Firefox with the saved page (while the server is still running) see screenxhtml
4. rename the page to an html extension
5. start firfox with this page see screenhtml
I have not found any solution for this problem for approx 5 month. Now it gets more annoying. Perhaps someone who reads this forum cangive us advice or a pointer.
Ciao,
Carsten
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-2802) modalPanel is not scrolling
by Uros Majeric (JIRA)
modalPanel is not scrolling
---------------------------
Key: RF-2802
URL: http://jira.jboss.com/jira/browse/RF-2802
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.1.4
Environment: Debian, JBoss Application Server 4.2.2
Reporter: Uros Majeric
Fix For: 3.1.5
When I display a modalPanel it's to big to show it on one screen.
It would be verry helpful, if there would an attribute with wich one we would tell modalPanel if it scrools with window or not.
And solution:
It works fine if I change some styles with firebug.
My changes (I have a modalPanel with id popupId ):
I moved position: absolute; in div with id popupIdContainer to div with id popupIdCDiv
--
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
17 years, 3 months