hi,
I have a problem with accessing beans from within
jsp pages when they are in frames.
For example, I have a login.jsp which allows a user to login. If sucessfull, it returns a list of menu items. If the resulting page from the login.jsp is a simple page i.e. maintenanceMenu.jsp, then all works fine.
However, if the resulting page is a frame i.e maintenanceFrame.jsp and one of the frames is maintenanceMenu.jsp, then I get the following error.
maintenanceFrame.jsp is
maintenanceMenu.jsp is
Has anyone got any ideas what I am doing wrong?