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
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
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
>
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