Hi!

What is the best way to change the PageExpiredErrorPage or
InternalErrorPage depending on a silo?
Application.getApplicationSettings() is shared among all silos.

**
Martin

2009/12/28 Igor Vaynberg <igor.vaynb...@gmail.com>:
> use a cookie. every time a user enters a "silo" set it in a silo
> cookie. when the session expires, the cookie will still be there.
>
> -igor
>
> On Mon, Dec 28, 2009 at 5:04 AM, Martin Makundi
> <martin.maku...@koodaripalvelut.com> wrote:
>> 2009/12/28 Ernesto Reinaldo Barreiro <reier...@gmail.com>:
>>> but I'm no core developer... So, why not wait to see what
>>> do they comment on this issue?
>>
>> Maybe they just want us to weather this out on ourselves ... ;)
>>
>> **
>> Martin
>>
>>>
>>> On Mon, Dec 28, 2009 at 1:44 PM, Martin Makundi <
>>> martin.maku...@koodaripalvelut.com> wrote:
>>>
>>>> How would you formulate such RFE?
>>>>
>>>> "Wicket needs an autonomus but parametrizable global behavior, that is
>>>> transparent to all url encoding schemes, that can be used to identify
>>>> users's silo in the application. When session is invalidated or other
>>>> errors occur, each silo can have its own errorpage/homepage which is
>>>> automatically rendered by the behavior."
>>>>
>>>> Is this descriptive enough?
>>>>
>>>> Maybe some junit wickettester test cases?
>>>> - "test 1: User has begun using Silo1Homepage.class when session is
>>>> invalidated. User is redirected back to Silo1Homepage."
>>>> - "test 2: User has begun using Silo2Homepage.class when session is
>>>> invalidated. User is redirected back to Silo2Homepage."
>>>> - similar for error pages, and after error page -> silo-home-page
>>>> - etc.
>>>>
>>>> **
>>>> Martin
>>>>
>>>>
>>>> 2009/12/28 Ernesto Reinaldo Barreiro <reier...@gmail.com>:
>>>> > Create a RFE? Maybe on 1.5 it is already possible?
>>>> >
>>>> > Ernesto
>>>> >
>>>> > On Mon, Dec 28, 2009 at 1:16 PM, Martin Makundi <
>>>> > martin.maku...@koodaripalvelut.com> wrote:
>>>> >
>>>> >> It should be automatic and global, like a url encoding scheme, and it
>>>> >> should come with an interpreter that will process the
>>>> >> homepage/errorpage when necessary.
>>>> >>
>>>> >> **
>>>> >> Martin
>>>> >>
>>>> >> 2009/12/28 Ernesto Reinaldo Barreiro <reier...@gmail.com>:
>>>> >> >>
>>>> >> >>
>>>> >> >> But where could we bind the silo information into urls globally?
>>>> >> >>
>>>> >> >>
>>>> >> > Mounting pages? Or better having some kind of configuration class that
>>>> >> you
>>>> >> > use to mount the pages and do the ugly URL plumbing on that method?
>>>> >> >
>>>> >> > Best,
>>>> >> >
>>>> >> > Ernesto
>>>> >> >
>>>> >>
>>>> >> ---------------------------------------------------------------------
>>>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>>>> >>
>>>> >>
>>>> >
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to