tiles question

2002-04-08 Thread eschneider
Hi, Is it possible to call a tiles layout definition from an action tag in my struts-config.xml file? Here's the tag in my struts-config.xml: actionpath=/resources forward=site.resources.page/ Here's the definition in my tiles-defs.xml: definition

Page wrapper element?

2002-03-21 Thread eschneider
Hi, I was wondering if anyone has some pointers on how to create sort of a 'page wrapper' with struts. I figure someone has tried something like this before All of my pages have the same layout: __ | header | |__| || | ||

logic iterate tag

2002-03-20 Thread eschneider
Hi, I'm having some difficulty with the iteration tag in the logic tag lib. It's very straight-forward when you are using your own concrete classes(w/ getters and setters for each property), but I can't seem to figure out a way to get it working with utility classes. What I'm trying to do is