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 forward from the CheckLogonTag (Same as the CheckLogonTag in the struts example webapp) to another action? Kind regards Dennis Hunziker

