Subversion Repositories SmartDukaan

Rev

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

Rev 6736 Rev 6903
Line 152... Line 152...
152
        }
152
        }
153
        
153
        
154
        Collection<String> actionErrors = getActionErrors();
154
        Collection<String> actionErrors = getActionErrors();
155
        if(actionErrors != null && !actionErrors.isEmpty()){
155
        if(actionErrors != null && !actionErrors.isEmpty()){
156
            for (String str : actionErrors) {
156
            for (String str : actionErrors) {
157
                errorMsg += "<BR/>" + str;
157
                errorMsg += str + "<BR/>";
158
            }
158
            }
159
        }
159
        }
160
        
160
        
161
        return "index";
161
        return "index";
162
    }
162
    }