Help!!!! Error 500??!!!

1999-09-23 Thread June Low
Greetings,     I'm using JSP to develop a website. I have one JSP page (named StudentDetails.jsp) which shows details of all the students. It has the following codes:       <%   Student students[] = stuBean.getStudents();     // where stuBean is the java bean in this page   

Session Invalidation - IllegalStateException??!!

1999-09-28 Thread June Low
Greetings,      I'm developing a website using JSP. I invalidate a session after a user is logged out.     An example of typical navigation :     HomePage -> Login -> Logout->HomePage       In my HomePage, I'll checked whether a student is logged in (obtain student object from session) an

Session Invalidation - IllegalStateException??!!

1999-09-28 Thread June Low
Greetings,      I'm developing a website using JSP. I invalidate a session after a user is logged out.     An example of typical navigation :     HomePage -> Login -> Logout->HomePage       In my HomePage, I'll checked whether a student is logged in (obtain student object from session) an

Can JSP support multimedia product presentation?

1999-09-29 Thread June Low
hi,     I'm not sure that whether JSP support multimedia product presentation? Like playing sound, avi files etc.     If yes, how to do it?      Thanks in advanced!   === Regards, June