I have created addRows & delete rows using ajax -direct link using tacos, its
working fine 

But still I have a doubt, it will work only when my contactList is stored in
session (@Persist)
i.e during rewind process it will check the values in the hidden fields with
that of the elements 
in the contactList.
If i don't like to store any such objects in my session scope,is it possible
to use a For Component effectively.?
 



karthik.nar wrote:
> 
> yet another option on similar lines is to have display=none for a bunch of
> fields that are actually there in your HTML form and rendered via
> tapestry,
> but show up only when the user clicks on the button to add a row. ( of
> course that would mean that you cannot support "infinite" adds! )
> 
> On 12/14/06, Robert Zeigler <[EMAIL PROTECTED]> wrote:
>>
>> One other way to do this is to have a (tapestry component) hidden form
>> field (make sure "raw" is set to true). Then when you submit, you can
>> use js to save the information from the js-added form fields into your
>> hidden field, and parse it server-side.  It would be much more /elegant
>> /to have the js-helper functions that were mentioned, but... this is, at
>> least, functional. :)
>>
>> Robert
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/For-loop-Rewind-problem-tf2820424.html#a7885990
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to