Prelogon Action to init a List

2003-11-24 Thread Hunziker Dennis
Hello To initialize a list for a drop-down element at our logonpage (logon.jsp), we need a prelogon action. The problem i have is that the connection i use to fill this list is stored in the session, so i cant init the list in our logonform. Question: How would you do that? Is it possible to

Re: Prelogon Action to init a List

2003-11-24 Thread Caoilte O'Connor
Hi, your best be would be to make a /GoTo/LoginPage action (using whatever nomenclature you have) that makes this list for you. This is a good design principle anyway because you should avoid exposing jsp pages directly to the end user. For example, I have an index.jsp page at the root of

RE: Prelogon Action to init a List

2003-11-24 Thread Hunziker Dennis
To: [EMAIL PROTECTED] Subject: Re: Prelogon Action to init a List Hi, your best be would be to make a /GoTo/LoginPage action (using whatever nomenclature you have) that makes this list for you. This is a good design principle anyway because you should avoid exposing jsp pages directly to the end