Re: [Gambas-user] gb.web.form: Multiple main forms

2016-11-21 Thread Benoît Minisini
Le 21/11/2016 à 08:31, Tobias Boege a écrit : > > The Webform.Startup introduced in #7977 does the job for me. > > Regards, > Tobi > So am I. :-) -- Benoît Minisini -- ___ Gam

Re: [Gambas-user] gb.web.form: Multiple main forms

2016-11-20 Thread Tobias Boege
On Sun, 13 Nov 2016, Benoît Minisini wrote: > Le 13/11/2016 à 17:47, Tobias Boege a écrit : > > Hi Benoit, > > > > in revision #7958 you removed support for multiple main forms in > > gb.web.form. > > I have two webforms, a Login.webform and a MainSite.webform, the latter of > > which is my startu

Re: [Gambas-user] gb.web.form: Multiple main forms

2016-11-13 Thread Benoît Minisini
Le 13/11/2016 à 17:47, Tobias Boege a écrit : > Hi Benoit, > > in revision #7958 you removed support for multiple main forms in gb.web.form. > I have two webforms, a Login.webform and a MainSite.webform, the latter of > which is my startup class. If the user is not logged in yet, according to the >

[Gambas-user] gb.web.form: Multiple main forms

2016-11-13 Thread Tobias Boege
Hi Benoit, in revision #7958 you removed support for multiple main forms in gb.web.form. I have two webforms, a Login.webform and a MainSite.webform, the latter of which is my startup class. If the user is not logged in yet, according to the session, I used to Response.Redirect("/Login") which