Hi Luk

Yes, I am using the Struts Tiles Listener already

<listener>
  <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
</listener>

If I didn't mention below context param,

<context-param>
  
<param-name>org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG</param-name>
  
<param-value>classpath*:/META-INF/org.kawa.*tiles*.xml,classpath*:/META-INF/com.*.tiles.xml,/WEB-INF/config/tiles/*.tiles.xml</param-value>
</context-param>

Am able to load only the tiles configuration file which is available on the 
WEB-INF folder that too only if I mentioned full path when I tried with the 
wildcard am not able to load the configuration even from the WEB-INF folder.

On whatever case, I am unable to load the configuration files from the 
classpath(META-INF).
The completeAutoLoad which you suggested is not available as a part of 
struts2-tiles plugin - 6.3.0.2 version right. Is there any other alternative 
functionality available to load the configuration files with wildcard?

Currently I am trying to create the complete auto load functionality in my 
common framework code to get used to the application which are consuming.

Thanks and Regards,
Saravanan.S
FTMS/NFT APP-DEV Team
Mob:- +91 9715644123.
[cid:3ae1a284-537b-4e0b-be4a-e664342af334]
This e-mail may contain confidential information. If you have received this 
e-mail in error, please notify the sender and then immediately delete it from 
your system. This email and the contents of an attachment to this e-mail may 
contain software viruses which could damage your own computer system. Although 
Nielsen has taken reasonable precautions to minimize this risk, it cannot 
accept liability for any damage you may sustain as a result of software viruses

Reply via email to