Hi all,

I'm getting this stale link exception when dynamically modifying a
form (some combos depending one on each other), I've read about this
problem no the list and it seemed to be solved in the new tapestry 4.1
If component, meaning that it should be "form safe".

The fact is that I'm not getting the "usual" exception about missing
field #x named blahblah, rather this:

<span class="exception-message">Rewind of form
AddCustomerPage2/customerDetailsForm expected only 0 form elements,
but an additional id was requested by component
AddCustomerPage2/roleSelector.showThisComponent

.</span>

the strange thing is that "customerDetailsForm" is a completely
different form from "roleSelector" (even though they appear on the
same page) the form are both correctly closed and "showThisComponent"
appears just in the reservedids of "customerDetailsForm (not
roleSelector form!) but I don't have any component with that id.

Does anyone know what could be happening?

P.S:

expliticly setting submitForm="customerDetailsForm" on my
EventListener does not change the situation (as it should be...)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to