Subversion Repositories SmartDukaan

Rev

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

Rev 13425 Rev 16260
Line 27... Line 27...
27
import com.opensymphony.xwork2.ValidationAwareSupport;
27
import com.opensymphony.xwork2.ValidationAwareSupport;
28
 
28
 
29
@SuppressWarnings("serial")
29
@SuppressWarnings("serial")
30
@InterceptorRefs({
30
@InterceptorRefs({
31
    @InterceptorRef("myDefault"),
31
    @InterceptorRef("myDefault"),
32
    @InterceptorRef("login")
-
 
33
})
32
})
34
@Results({
33
@Results({
35
	@Result(name="shipping-redirect", type="redirectAction", params = {"actionName" , "shipping"}),
34
	@Result(name="shipping-redirect", type="redirectAction", params = {"actionName" , "shipping"}),
36
	@Result(name="recharge-redirect", type="redirectAction", params = {"actionName" , "recharge"})
35
	@Result(name="recharge-redirect", type="redirectAction", params = {"actionName" , "recharge"})
37
})
36
})
Line 584... Line 583...
584
		private String codurl;
583
		private String codurl;
585
		private String drop_category;
584
		private String drop_category;
586
		private String phone;
585
		private String phone;
587
		private String bankcode;
586
		private String bankcode;
588
		private String postActionUrl;
587
		private String postActionUrl;
-
 
588
		private String udf1;
-
 
589
		private String custom_note;
-
 
590
		private String offer_key;
589
	}
591
	}
590
}
592
}