Forms

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Forms

Diogenes Moreira
Hi folks...

Someone tell me, how seaside prevent 2 form nested form??

Best

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Forms

Lukas Renggli
Seaside does not prevent you from nesting forms, but your component
design should be able to handle that.

See Magritte for a nice design in that regard: Magritte components do
not have a form tag around, so that you can compose/reuse them
arbitrarily. The Magritte components expect that you render a form
yourself or add a ready-made form decoration around an outer
component.

Lukas

On Wednesday, 9 March 2011, Diogenes Moreira <[hidden email]> wrote:
> Hi folks...
> Someone tell me, how seaside prevent 2 form nested form??
> Best
>

--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Forms

Diogenes Moreira
thank for your answare..

On Wed, Mar 9, 2011 at 1:39 PM, Lukas Renggli <[hidden email]> wrote:
Seaside does not prevent you from nesting forms, but your component
design should be able to handle that.

See Magritte for a nice design in that regard: Magritte components do
not have a form tag around, so that you can compose/reuse them
arbitrarily. The Magritte components expect that you render a form
yourself or add a ready-made form decoration around an outer
component.

Lukas

On Wednesday, 9 March 2011, Diogenes Moreira <[hidden email]> wrote:
> Hi folks...
> Someone tell me, how seaside prevent 2 form nested form??
> Best
>

--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside