RE: Spam??:Re: Nested Forms

2006-09-29 Thread John Corro
stry users Subject: Spam??:Re: Nested Forms Yeah I'm sure I've tried to nest forms at one point as well(Tapestry really starts making it easy to stack components around like this so it's easy to expect it everywhere ;) ) ...None of my web browsers felt the same way.. On 9/28/06,

Re: Re: Nested Forms

2006-09-29 Thread Jesse Kuhnert
Yeah, 4.1 handles all of that pretty well. On 9/29/06, Theo vN <[EMAIL PROTECTED]> wrote: With Ajax permitting partial html updates (and sometimes even partial html form updates) its only natural to wonder about partial form (or nested) submits? On 29/09/06, Jesse Kuhnert <[EMAIL PROTECTED]>

Re: Re: Nested Forms

2006-09-29 Thread Theo vN
With Ajax permitting partial html updates (and sometimes even partial html form updates) its only natural to wonder about partial form (or nested) submits? On 29/09/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Yeah I'm sure I've tried to nest forms at one point as well(Tapestry really start

Re: Nested Forms

2006-09-28 Thread Jesse Kuhnert
Yeah I'm sure I've tried to nest forms at one point as well(Tapestry really starts making it easy to stack components around like this so it's easy to expect it everywhere ;) ) ...None of my web browsers felt the same way.. On 9/28/06, andyhot <[EMAIL PROTECTED]> wrote: Well, even html ( ht

Re: Nested Forms

2006-09-28 Thread andyhot
Well, even html ( http://www.w3.org/TR/html401/interact/forms.html ) doesn't support nested forms! What are you trying to achieve? John Corro wrote: > I'm new to Tapestry and am trying to wrap my head around some differences > from other frameworks I've used. I've been trying to do research on i