aspose file tools
The moose likes Struts and the fly likes Struts-Tiles problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts-Tiles problem" Watch "Struts-Tiles problem" New topic
Author

Struts-Tiles problem

Grishma Dube
Ranch Hand

Joined: Jul 01, 2003
Posts: 273
Hi All,

I am trying to use Tiles with Struts. Though my sample application is working fine, I am not able to understand the flow.

Can anyone help me in understanding that?

I've index.jsp, where I'm inserting a tiles definition 'site.classicLayout'.


Depending on the configuration done in tiles-def.xml, it is calling the LandingLayout.jsp. The lines written in tiles-def.xml are



Can anyone tell me, how the index.jsp are getting the definition parameters from tiles-def.xml???
Grishma Dube
Ranch Hand

Joined: Jul 01, 2003
Posts: 273
Marc Peabody
pie sneak
Sheriff

Joined: Feb 05, 2003
Posts: 4725

Well, what is the definition for site.classicLayout in your tiles-def?


A good workman is known by his tools.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Struts-Tiles problem
 
Similar Threads
confusion on struts tile
struts tiles 1.3.8
Tiles in JSF
[TILES] How to include an action as body in a definition [SOLVED]
I encounter Errors when using struts tiles on JSP.