Tiles Integration with Struts 2 Annotation
I have been trying to integrate Tiles with Struts 2 annotation based action but it's not working correctly. As I don't have struts-config.xml and in every tutorial available at web they are referencing it with struts-config.xml . First is it possible to integrate annotation based struts action with tiles. If yes then how? @Action(value="/login",results={@Result(name="success",location="/home",type=TilesResult.class), @Result(name="login",location="/jsp/userLogin.jsp")}) public String execute() { This is what my code is but it always gives me error in MyEclipse at TilesResult.class that Type