Hi,

i have issue with AjaxFormLoop after i`ve updated from 5.2.6 to 5.3.1.

When i click on AddRow link following javascript error occurs (copy/paste
from firebug):

Communication with the server failed: undefined
consolefn && consolefn.call(console, message);

t5-console.js (line 61)
Ajax failure: Status 200 for
/Katalog/cs/settings/userinfo.contacts.rowinjector:inject?t:ac=1&t:formcomponentid=settings/UserInfo:settingsform&t:formid=settingsForm:
undefined

Here is the AjaxFormLoop:

<t:form class="full-form" t:id="settingsForm">...

<div t:type="AjaxFormLoop" t:id="contacts" source="employee.contactList"
value="employeeContact" t:encoder="encoder">
          <div class="fields">
              <t:select t:id="contactType" value="employeeContact.type"
blankOption="never"/>
              <t:textfield t:id="contactNumber" class="phoneField"
value="employeeContact.number"/>
              <t:removerowlink>${message:remove}</t:removerowlink>
          </div>
</div>

</t:form>

Please help, thanks a lot.






--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/AjaxFormLoop-Communication-with-the-server-failed-undefined-tp5437779p5437779.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to