aspose file tools
The moose likes Struts and the fly likes Is there any limitation in the no of definition entries allowed in tiles.xml file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Is there any limitation in the no of definition entries allowed in tiles.xml file" Watch "Is there any limitation in the no of definition entries allowed in tiles.xml file" New topic
Author

Is there any limitation in the no of definition entries allowed in tiles.xml file

shan veginati
Greenhorn

Joined: Jun 07, 2009
Posts: 2
Hi I'm using struts 2.1.6 with tiles integration.

Is there any limitation in the no of definition entries allowed in a single tiles.xml file.

When i have more than 12 entries in the tiles.xml file it is not considering the desired pattern just it is taking the wild card mapping (*) pattern which is the last line of the tiles xml file.

David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

shan veginati wrote:Is there any limitation in the no of definition entries allowed in a single tiles.xml file.

Not any *practical* limit, although I'm sure there *is* a limit somehow.
shan veginati
Greenhorn

Joined: Jun 07, 2009
Posts: 2
Thanks for the reply. I have minimized the number of definitions in the tiles xml file using wild card mapping. Now it's working fine.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Is there any limitation in the no of definition entries allowed in tiles.xml file
 
Similar Threads
tiles
Struts 2.1.8 validation.xml & internationalization
Multiple Tiles Definition files OR passing parameters to tiles.xml at runtime
Error with Struts 2 and Tiles 2
Using Struts 2 plugins for JSF and Tiles together in one app