Re: layout

2006-03-01 Thread Tom Ziemer
Hi, I was just working on common design elements as well (header/footer) when I saw your post. I am using sitemesh (http://www.opensymphony.com/sitemesh/), which is a servlet filter that decorates your jsp pages. It's easy to setup, fast and very unobtrusive (your pages' source won't change). HTH

Re: layout

2006-03-01 Thread fea jabi
t; Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: layout Date: Wed, 1 Mar 2006 08:31:50 -0600 Yes you can do this using tiles. Start here (http:// struts.apache.org/struts-tiles/) Look particularly at the examples page for basic usage pat

Re: layout

2006-03-01 Thread Greg Reddin
Yes you can do this using tiles. Start here (http:// struts.apache.org/struts-tiles/) Look particularly at the examples page for basic usage patterns. Thanks, Greg On Mar 1, 2006, at 8:20 AM, fea jabi wrote: in my jsp's have to put some common text at upper right corner of every jsp. how

Re: layout hierarchies

2005-04-28 Thread Laurie Harper
[EMAIL PROTECTED] wrote: I was a beginner too, so don't be so cruel with yourself ;-) By the way, Heh :-) if you want to make something complicated, remember that you can put ANY URL in your element. For example, I put an Action's URL, so that it loads some data. This Action forwards to a JSP page

Re: layout hierarchies

2005-04-27 Thread brenmcguire
Hi > I was afraid that would be the answer :-( I really wanted to avoid having files with page fragments that weren't well formed like that... I'll have to dig into the Tiles code and see how ameanable the rendering model is to being 'masaged' into supporting what I want it to do :-) I was a begi

Re: layout hierarchies

2005-04-27 Thread Laurie Harper
I was afraid that would be the answer :-( I really wanted to avoid having files with page fragments that weren't well formed like that... I'll have to dig into the Tiles code and see how ameanable the rendering model is to being 'masaged' into supporting what I want it to do :-) What's wrong wi

Re: layout hierarchies

2005-04-27 Thread brenmcguire
Errr No... Let's start from the beginning. 1. Don't give to Tiles definitions names starting with "/". 2. You can put a Tiles definitions inside another tiles definition. For example: I hope this clears your doubts. Ciao Antonio Petrelli Laurie Harper wrote: