Subversion Repositories SmartDukaan

Rev

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

Rev 5188 Rev 5266
Line 42... Line 42...
42
 *
42
 *
43
 */
43
 */
44
 
44
 
45
@Results({
45
@Results({
46
    @Result(name = "show", location = "entity-show.vm"),
46
    @Result(name = "show", location = "entity-show.vm"),
47
    @Result(name = "redirect", location = "${redirectUrl}", type = "redirect")
47
    @Result(name = "redirect", location = "${redirectUrl}", type = "redirect", params={"statusCode", "301"})
48
})
48
})
49
public class EntityController extends BaseController {
49
public class EntityController extends BaseController {
50
		
50
		
51
	private static final long serialVersionUID = 1L;
51
	private static final long serialVersionUID = 1L;
52
	private static Logger log = Logger.getLogger(Class.class);
52
	private static Logger log = Logger.getLogger(Class.class);