Subversion Repositories SmartDukaan

Rev

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

Rev 20531 Rev 20535
Line 100... Line 100...
100
				return "contact-us-success";
100
				return "contact-us-success";
101
			}
101
			}
102
			return "contact-us-failure";
102
			return "contact-us-failure";
103
			
103
			
104
		} catch (IOException e) {
104
		} catch (IOException e) {
-
 
105
			System.out.println(e);
105
			// TODO Auto-generated catch block
106
			// TODO Auto-generated catch block
106
			return "contact-us-failure";
107
			return "contact-us-failure";
107
		}
108
		}
108
		
109
		
109
	}
110
	}