You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Sven Homburg <ho...@googlemail.com> on 2008/08/22 14:33:45 UTC

AjaxFormLoop inside a component of a page

Hi there,

i try to use the AjaxFormLoop as a child component of a customer component
in a page.
here  the scheme of the page with its components


<page>
  <form>
    <textfield1/>
    <component id="myown">
      <ajaxformloop>
        <submitnotifier>
          <textfield2/>
        /<submitnotifier>
      </ajaxformloop>
    </component>
    <submit/>
  </form>
<page>

after i submit the form
neither in the "onBeginSubmit" nor in the "onAfterSubmit"
the value of textfield2 is set
but the empty textfield2 within the row
is visible.

if i now fill the textfield2 and submit
then the value of textfield2 is submitted too

any suggestions ?

-- 
with regards
Sven Homburg
http://www.chenillekit.org
http://tapestry5-components.googlecode.com