Webmail project example problem
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
Webmail project example problem  XML
Forum Index -> Development Build Feedback
Author Message
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


Hi,

With the new build 1.7rc1, the identification system of webmail ICEFaces example project don't work now.

The problem come from here:

index.jsp file of example project
Code:
<html>
 <head>
     <title></title>
 </head>
 <body>
 <% if(session.getAttribute("LoggedIn")=="true"){ %>
     <jsp:forward page="webmail.iface" />
 <% }else{
     session.invalidate();%>
     <jsp:forward page="login.iface" />
 <% } %>
 </body>
 </html>


If I refresh the login page, I get one error because session is invalidated wehereas it was working fine with previous version.

Regards,
Bal.

JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


this is the same problem than http://www.icefaces.org/JForum/posts/list/0/7658.page#32669


JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
 
Forum Index -> Development Build Feedback
Go to:   
Powered by JForum 2.1.7ice © JForum Team