Nevermind, I'm ditching ajaxformloop - too many shortcomings/problems.  This
component is not useful for my situation, and I would not consider my
situation to be unusual at all.  Instead, I will opt to use a normal loop
and create my own remove & add links/buttons.  It seems, for one, the
ajaxformloops addRow event requires the server side to create a new row and
commit it to the DB, which is a bit difficult to do before obtaining input
from the user regarding the values of the form elements in the row.

On Tue, Jul 12, 2011 at 3:22 PM, Ray Nicholus <rnicho...@widen.com> wrote:

> In my ajaxformloop, I specify an clientId for each of my selects.  I am
> working around an issue/shortcoming in Tapesty regarding zone updates in a
> form loop.  To do this, I must be able to specify the IDs of my form
> elements.  For one particular element, in each row of the form loop, I
> specify a clientId which is unique.  However, when I add a row to the form,
> tapestry appends something to the ID of this newly create element.  How can
> I stop tapestry from doing this?

Reply via email to