<!-- You this file to override or add tiles for backend struts actions. 
It will add definition tags looking for the name attribute as the key if override is needed-->

<definition name="portlet.ext.plugins.hello.world.struts" extends="portal">
	<put name="content" value="/plugins/hello.world/strutshelloworld/view.jsp" />
</definition>

<definition name="portlet.ext.plugins.hello.world.struts.max" extends="portal">
	<put name="content" value="/plugins/hello.world/strutshelloworld/view_hello.jsp" />
</definition>