Hi, I am using @Result but it does not have the value filed !! it only has location,name,type and tiles. I am using struts 2.1.8
So below does not work:
@Action(value = "/register", interceptorRefs = { @InterceptorRef(value =
"i18nStack") },
results = { @Result( value="register.jsp",location = "register",
name = "input", type = "tiles" ) })
~Regards,
~~Alireza Fattahi

