| Author |
result-type name="tiles" & Struts.xml
|
E Robb
Ranch Hand
Joined: Aug 27, 2010
Posts: 111
|
|
Im using multiple includes for my <struts> </struts> and putting the xml in the folder of the actions. I find it mildly irritating that in every struts.xml I have to include:
Is there any way to set this globally like in web.xml so I dont have to include it in every struts.xml?
Thanks,
Earl
|
 |
Jesus Mireles
Ranch Hand
Joined: Mar 10, 2010
Posts: 122
|
|
|
instead of extending struts-default extend tiles-default in the struts.xml
|
 |
E Robb
Ranch Hand
Joined: Aug 27, 2010
Posts: 111
|
|
|
Brilliant! Thanks works like a charm.
|
 |
 |
|
|
subject: result-type name="tiles" & Struts.xml
|
|
|