Subversion Repositories SmartDukaan

Rev

Rev 7113 | Rev 7169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7113 Rev 7125
Line 86... Line 86...
86
            }
86
            }
87
            if(!hotSpotStore.getPassword().equals(password)){
87
            if(!hotSpotStore.getPassword().equals(password)){
88
                setMessage("Wrong Password. Try Again.");
88
                setMessage("Wrong Password. Try Again.");
89
                return INDEX;    
89
                return INDEX;    
90
            }
90
            }
-
 
91
            request.getSession().setAttribute("STORE_CIRCLE_CODE", tcl.getClient().getTelecomCircle(hotSpotStore.getCircleId(), "").getCode());
91
            request.getSession().setAttribute("LOGGED_IN", "TRUE");
92
            request.getSession().setAttribute("LOGGED_IN", "TRUE");
92
        } catch (TTransportException e) {
93
        } catch (TTransportException e) {
93
            e.printStackTrace();
94
            e.printStackTrace();
94
            return "authfail";
95
            return "authfail";
95
        } catch (TException e) {
96
        } catch (TException e) {