Re: Templates: a design question

2001-08-02 Thread troy hart
be situations where this would be extremely convenient, and as long as it works I'd say do it if it fits your needs... Troy - Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 12:46 AM Subject: Re: Templates: a design question

Templates: a design question

2001-08-01 Thread Oleg Bondarenko
Hello all, I am very new to Struts and I find it interesting. I like the action mapping and also templates, but I have difficulties using them together. E.g. I have a central page, say Main.jsp that has a template which contains constant header and footer and a variable content part. This

Re: Templates: a design question

2001-08-01 Thread troy hart
: a design question Hello all, I am very new to Struts and I find it interesting. I like the action mapping and also templates, but I have difficulties using them together. E.g. I have a central page, say Main.jsp that has a template which contains constant header and footer and a variable content

RE: Templates: a design question

2001-08-01 Thread Tim Colson
The approach I use (and I believe it is a common approach) is to have two jsp pages for each page on my site that is going to use templates. MainLayout.jsp - the main template layout page. ShopCart_content.jsp - the actual content of the shopping card page. ShopCart.jsp - the shopping cart