Re: [WARNING] Variable numbers of rows

2007-02-20 Thread Jesse Kuhnert
Well, I just assumed ~everyone~ must be using 4.1 by now. =p On 2/20/07, Matt Brock <[EMAIL PROTECTED]> wrote: Jessek wrote: > > Don't forget that json is also included ~in~ > tapestry...http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/json/package-summary.html > Ahem... 4.

Re: [WARNING] Variable numbers of rows

2007-02-20 Thread Matt Brock
Jessek wrote: > > Don't forget that json is also included ~in~ > tapestry...http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/json/package-summary.html > Ahem... 4.1 The OP said he was using Tap 4. :) -- View this message in context: http://www.nabble.com/Variable-numbers-

Re: [WARNING] Variable numbers of rows

2007-02-20 Thread Jesse Kuhnert
Don't forget that json is also included ~in~ tapestry...http://tapestry.apache.org/tapestry4.1/apidocs/org/apache/tapestry/json/package-summary.html On 2/20/07, Matt Brock <[EMAIL PROTECTED]> wrote: Er, that "Add another name" got link-ified! It should read: < a href ="#" onclick="newName();"

Re: [WARNING] Variable numbers of rows

2007-02-20 Thread Matt Brock
Er, that "Add another name" got link-ified! It should read: < a href ="#" onclick="newName();">Add another name.< / a> -- View this message in context: http://www.nabble.com/Variable-numbers-of-rows-tf3255330.html#a9075237 Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: [WARNING] Variable numbers of rows

2007-02-20 Thread Matt Brock
Michael Prescott-2 wrote: > > We've got a couple of forms where users can edit a list of items, and > also add new items to the bottom. We're currently doing this by sending > preset number of hidden rows, revealed as necessary by Javascript - > although this is a little lame. This is one of t