On Wed, Nov 10, 2010 at 3:49 AM, Carl-Eric Menzel <[email protected]> wrote:
>
> So either there is a difference between the forms (different submit
> method maybe?), then this move would make a semantic/behavioral
> difference and needs to be done in code.
>

As I said, the two forms edit different values on the same object.
Yes, this change would be a semantic/behavioral change, but you could
actually do it with just a change in the markup.  It wouldn't require
a change to the code.  This is assuming you queue the fields onto the
containing panel and not onto the contained forms, which is entirely
possible (and even likely).  How many times have you accidentally
called add() when you meant to call rowItem.add() in a repeater?  With
the queue() method, you wouldn't get an error message saying the
markup doesn't match.  It would just figure it out and you'd be none
the wiser.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to