Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-07 Thread Johan Compagner
danger - remember: most wicket users come > from > > a > > > >> point > > > >> of GUI building, they dont know the limitations of http, html, css, > > > >> ajax - > > > >> this ends usually up in trouble (security, locked out brows

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Dirk Markert
1.3 a real > > > > >> > improvement and a showcase for component frameworks: work > > > > >> > around problems in an elegant and meaningful way. Abstract > > > > >> > away the limitations of the protocols we have to work with. > > &g

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Nick Heudecker
> condition is encountered. Non-binding. >> > > > > >> > > > > On 11/5/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: >> > > > >> >> > > > >> shame on me ... >> > > > >> >> > > > >> now serious >> >

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Matej Knopp
t; >> point > > > >> of GUI building, they dont know the limitations of http, html, css, > > > >> ajax - > > > >> this ends usually up in trouble (security, locked out browsers, > > > >> unusability, > > > >> load,

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Ryan Sonnek
e > from > > a > > > >> point > > > >> of GUI building, they dont know the limitations of http, html, css, > > > >> ajax - > > > >> this ends usually up in trouble (security, locked out browsers, > > > >> unusability

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Igor Vaynberg
; point > > >> of GUI building, they dont know the limitations of http, html, css, > > >> ajax - > > >> this ends usually up in trouble (security, locked out browsers, > > >> unusability, > > >> load, not barrer free...) > > >> > > >

Re: Re: AW: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Martijn Dashorst
On 11/6/06, Matej Knopp <[EMAIL PROTECTED]> wrote: Well... Semantically span is an inline element. Form is a block element, as well as div. Correct. So I don' think so substituting it for a span is a good idea. Div itself has no styling at all, unless you style it by css. OK, fair enough.

Re: AW: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Juergen Donnerstag
Does it means that if the inner is replaced with that it might look different (preview different from rendered output)? Juergen On 11/6/06, Matej Knopp <[EMAIL PROTECTED]> wrote: Well... Semantically span is an inline element. Form is a block element, as well as div. So I don' think so subst

Re: AW: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Matej Knopp
Well... Semantically span is an inline element. Form is a block element, as well as div. So I don' think so substituting it for a span is a good idea. Div itself has no styling at all, unless you style it by css. -Matej Martijn Dashorst wrote: On 11/6/06, Matej Knopp <[EMAIL PROTECTED]> wrot

Re: Re: AW: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Martijn Dashorst
On 11/6/06, Matej Knopp <[EMAIL PROTECTED]> wrote: Every inner form is going to be written to output as div. Just one last thing: can we substitute the div with a span? A span typically has no styling and doesn't affect layout, just like forms. Martijn -- http://www.thebeststuffintheworld.com

Re: AW: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Matej Knopp
Yeah, indeed this is a pissing content :) So again, just in case anyone still thinks that we are going to output nested html forms: WE ARE NOT GOING TO OUTPUT NESTED HTML FORMS. Every inner form is going to be written to output as div. Outer form is going to be submitted, but only the inner

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Johan Compagner
is ends usually up in trouble (security, locked out browsers, > >> unusability, > >> load, not barrer free...) > >> > >> my personal way is to always stick to standards - it might be harder > >> sometimes to achive this, but youre on a save side... > &

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-06 Thread Matej Knopp
unusability, >> load, not barrer free...) >> >> my personal way is to always stick to standards - it might be harder >> sometimes to achive this, but youre on a save side... >> >> Regards >> >> Korbinian >> >> > -Ursprüngliche Nachr

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Igor Vaynberg
;> Regards >> >> Korbinian >> >> > -----Ursprüngliche Nachricht----- >> > Von: Martijn Dashorst [mailto:[EMAIL PROTECTED] >> > Gesendet: Sonntag, 5. November 2006 22:00 >> > An: wicket-dev@incubator.apache.org >> > Betreff: Re: Re: [V

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Matej Knopp
EMAIL PROTECTED] > Gesendet: Sonntag, 5. November 2006 22:00 > An: wicket-dev@incubator.apache.org > Betreff: Re: Re: [VOTE] Nested forms - don't process inner > form fields in outer form submit > > On 11/5/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > T

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Dirk Markert
After following your discussion: [x] Yes, don't process those pesky little fields Dirk

Re: AW: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Martijn Dashorst
On 11/5/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: I vote (if im allowed) not to allow nested forms at all as they are not HTML compliant. I *love* a pissing contest :-) I did some research on nesting forms (which is quite interesting though, seaside has had similar discussions), and discov

Re: Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Igor Vaynberg
> > > Gesendet: Sonntag, 5. November 2006 22:00 > > > An: wicket-dev@incubator.apache.org > > > Betreff: Re: Re: [VOTE] Nested forms - don't process inner form > > > fields in outer form submit > > > > > > On 11/5/06, Eelco Hillenius <[EMAIL P

AW: Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Korbinian Bachl
lto:[EMAIL PROTECTED] > Gesendet: Montag, 6. November 2006 00:09 > An: wicket-dev@incubator.apache.org > Betreff: Re: Re: [VOTE] Nested forms - don't process inner > form fields in outer form submit > > On 11/5/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > > >

Re: Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Igor Vaynberg
rüngliche Nachricht- > Von: Martijn Dashorst [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 5. November 2006 22:00 > An: wicket-dev@incubator.apache.org > Betreff: Re: Re: [VOTE] Nested forms - don't process inner > form fields in outer form submit > > On 11/5/06, Eelco

Re: Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Nick Heudecker
liche Nachricht- > Von: Martijn Dashorst [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 5. November 2006 22:00 > An: wicket-dev@incubator.apache.org > Betreff: Re: Re: [VOTE] Nested forms - don't process inner > form fields in outer form submit > > On 11/5/06, Eelco Hillen

Re: Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Eelco Hillenius
my personal way is to always stick to standards - it might be harder sometimes to achive this, but youre on a save side... And that's a sane view point. However, we are not forcing people to use nested forms, but we merely make it possible. We could consider making this another configuration par

AW: Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Korbinian Bachl
[VOTE] Nested forms - don't process inner > form fields in outer form submit > > On 11/5/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > The vote: don't process inner form fields when the outer form is > > > submitted [ ] Yes, don't process those

Re: Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Eelco Hillenius
Hmmm breakfast. We already allow nested forms, but we don't do anything about it, and these fail horribly at the moment as Korbinian reminds us of constantly. The only other option would be to check the markup and throw a runtime exception that nesting is not allowed. I think the way we treat

Re: Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Martijn Dashorst
On 11/5/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > The vote: don't process inner form fields when the outer form is submitted > [ ] Yes, don't process those pesky little fields > [ ] No, process them as if they were part of the outer form I'm still not crazy about the whole concept, but I

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Eelco Hillenius
The vote: don't process inner form fields when the outer form is submitted [ ] Yes, don't process those pesky little fields [ ] No, process them as if they were part of the outer form I'm still not crazy about the whole concept, but I guess nested forms can be useful sometimes. I just hope we do

Re: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Martijn Dashorst
On 11/5/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: The vote: don't process inner form fields when the outer form is submitted [X] Yes, don't process those pesky little fields [ ] No, process them as if they were part of the outer form

AW: [VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Korbinian Bachl
d forms - don't process inner form > fields in outer form submit > > A problem with nested forms arises when the outer form is > submitted and what should happen with the fields of the inner forms. > > Consider the following form setup in a page: > > outer >

[VOTE] Nested forms - don't process inner form fields in outer form submit

2006-11-05 Thread Martijn Dashorst
A problem with nested forms arises when the outer form is submitted and what should happen with the fields of the inner forms. Consider the following form setup in a page: outer inner1 inner2 inner3 inner4 If you submit the outer form, what should you process now? All inner forms? I