I put a ? mark after WIKI, as I wasn't sure if there is even such WIKI page for A4J that talks about forced rendering. With some quick google searches, this is the best I came up with:
http://livedemo.exadel.com/a4j-repeat-rerender/ On 4/5/07, Jeff Bischoff <[EMAIL PROTECTED]> wrote:
I don't think there is an entry on our Wiki for this. If there is, it should be added to the dataTable section of the main wiki page. I advise you do as Andrew suggested and visit the a4j site. kristien wrote: > Thanks for your reply > Please can you post the link of WIKI. > Please if any body did this before,help me to solve this. > > thanks and regards > Kristien > > > Andrew Robinson-5 wrote: >> You need to put this on the A4J news group >> >> Without using their force rendering, you have to update the entire >> dataTable as JSF 1.1 does not support AJAX of a component inside of a >> component that iterates through its children (like the dataTable). I >> think there are some examples somewhere (WIKI?) about how to use >> forced rendering with A4J so that you can just update one row of a >> data table. Perhaps the richFaces data table would work better too? >> >> On 4/5/07, kristien <[EMAIL PROTECTED]> wrote: >>> Please.. help me to solve this. >>> Any help is truely appreciated. >>> >>> Thanks and regards >>> kristien >>> >>> kristien wrote: >>>> Hi Friends, >>>> I am new to JSF and facing few problems in solving this. >>>> >>>> My question is I have a dataTable with columns ProdCode,ProposedPrice >>> and >>>> ProposedGrossMargin.In which ProposedPrice and ProposedGrossMargin are >>>> editable columns. >>>> If I change a value of ProposedPrice of a particular row then it should >>>> dynamically update ProposedGrossmargin column of that row and at the >>> same >>>> time it should also be saved in the database. >>>> Please could any body help me how to do this using ajax4jsf.I am new to >>>> ajax4jsf. >>>> please save me, any help is highly appreciated. >>>> >>>> Thanks and regards >>>> Kristein >>>> >>> -- >>> View this message in context: >>> http://www.nabble.com/datatable-and-Ajax4jsf-tf3527465.html#a9857456 >>> Sent from the MyFaces - Users mailing list archive at Nabble.com. >>> >>> >> >

