[Seaside-dev] nested form handling

David Mitchell david.mitchell at gmail.com
Mon Oct 6 18:13:17 UTC 2008


I used to work on Web projects with IBM VisualAge for Smalltalk and
their AbtHtmlForm component supported arbitrary nesting.

I seem to recall only the outermost form rendered. The others just
disappeared. It didn't do the DIV replacement, but that sounds like a
nice enhancement.

On Mon, Oct 6, 2008 at 1:04 PM, Randal L. Schwartz
<merlyn at stonehenge.com> wrote:
>
> Can the form tag be made smarter so that if it is used within an outer form,
> it just turns into a div?  I'm thinking that I would like to be able to
> include arbitrary components inside my components that have forms, and if the
> "nested form prevention" was built into the form tag, I wouldn't have to
> override to built it myself. :)
>
> It needs to be a div (or maybe span - is a form tag normally block or inline?)
> because it has to be able to be id'ed and class'ed like a normal form.  The
> only thing this would break is anyone who thought that only a portion of
> values would be submitted, or anyone who is literally calling "form" in their
> styles as opposed to a class or id.
>
> --
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
> <merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
> See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>


More information about the seaside-dev mailing list