Do Trinidad Tables update with new rows in PartialSubmit if a CommandButton outside table does the adding of rows?

2011-04-28 Thread Catherine Rocchio
Hi there, I am trying to achieve a Partial Submit update of a Trinidad Table upon submit of a Command Button (called Add Row). The bean behind the table is definitely getting updated because when I do an overall page refresh, I see my new rows getting added - but I can't seem to get the table

Re: Do Trinidad Tables update with new rows in PartialSubmit if a CommandButton outside table does the adding of rows?

2011-04-28 Thread Walter Mourão
It should work but... I had some issues regarding the table updates. What is the scope of 'wprolelist' ? In some cases I had to use the following method to 'force' the update, since the value attribute hasn't changed really changed (the list continues the same). private void

RE: Do Trinidad Tables update with new rows in PartialSubmit if a CommandButton outside table does the adding of rows?

2011-04-28 Thread Catherine Rocchio
Hi there, Thanks for writing back - both you and Sandeep. First off - I do believe the partial trigger is being found - because if I use the notation triggername - I get a warning that I am using deprecated syntax - (I am using Myfaces 2.0, Trinidad 2.0) - but it is only a WARNING. I also get

Re: Do Trinidad Tables update with new rows in PartialSubmit if a CommandButton outside table does the adding of rows?

2011-04-28 Thread Walter Mourão
I would imagine that this should work - people must have inline tables that need to get updated without a full page update. It works. I have lots of tables being updated with PPR. I will send you a sample later (not with me right now). Walter Mourão http://waltermourao.com.br