Problem with Tiles decoration and struts2 2007-11-06 - By Ghislain VANDERPOTTE
Back Hi,
by quickly looking at your struts.xml, it seems that the result type misses:
<action name="home" class="com.tj.actions.HomeAction"> <result type="tiles">jsp/home.jsp</result> ^^^^^^^^^^^^^ </action>
I think it should now work
Cheers
Ghislain
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|