nilZone

Articles avec le mot clé « Richfaces » :

Update Multiple Rows In Tales With Richfaces

In «misc» von nme

As far as I know, AJAX4JSF was a standalone project once but has been integrated into Richfaces which itself belongs now to JBoss.

Given to tables with different rows and the need to update them both e.g. as a respond to an AJAX call, you can use the ajaxKeys …

Updating Cells Inside A Table With Richfaces

In «misc» von nme

Sometimes one wants to update some cells of a table using AJAX. Re-render the whole table is mostly not an option ,especially if the table(s) are very large. Using the Richfaces framework it’s quite simply.

This may be the JSF code:

...
<rich:subTable value="#{myBackingBean.descriptions}" var="oneTableRow …