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

Reply via email to