Re: Struts-Tiles Design question

2005-09-06 Thread Greg Reddin
age layout is exactly the same!!! Any thoughts/comments/suggestions are most welcome. Thanks in advance!, Regards, Dharmendra ps: have a good day! -----Original Message- From: Michael Rasmussen [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 11:37 AM To: Struts U

RE: Struts-Tiles Design question

2005-09-06 Thread Dharmendra . Sharan
t in this case we are duplicating the Tile definitions even though the page layout is exactly the same!!! Any thoughts/comments/suggestions are most welcome. Thanks in advance!, Regards, Dharmendra ps: have a good day! -Original Message- From: Michael Rasmussen [mailto

RE: Struts-Tiles Design question

2005-09-02 Thread Dharmendra . Sharan
t in this case we are duplicating the Tile definitions even though the page layout is exactly the same!!! Any thoughts/comments/suggestions are most welcome. Thanks in advance!, Regards, Dharmendra ps: have a good day! -Original Message- From: Michael Rasmussen [mailto

RE: Struts-Tiles Design question

2005-09-01 Thread Dharmendra . Sharan
t in this case we are duplicating the Tile definitions even though the page layout is exactly the same!!! Any thoughts/comments/suggestions are most welcome. Thanks in advance!, Regards, Dharmendra ps: have a good day! -Original Message- From: Michael Rasmussen [mailto

Re: Struts-Tiles Design question

2005-08-26 Thread Michael Rasmussen
Dilip, The tiles controller sounds like an interesting way to do it, but I have never used it. I agree with Nels that you should stay away from a JSP implementation of this. I have stretched tiles pretty far as to what it can do conditionally, and I have been very happy with it. I would suggest

Re: Struts-Tiles Design question

2005-08-25 Thread Nels Overgaard-Cook
If you put the business logic in the JSPs, then it seems to me that you're essentially mixing the business and presentation layers. I would put the business login in an action and figure out which tile to forward to from there. Of course, I haven't used the Tiles Controller that Greg suggested..

Re: Struts-Tiles Design question

2005-08-25 Thread Greg Reddin
On Aug 25, 2005, at 3:15 PM, Dilip Ladhani wrote: I have an application built on struts and tiles. I have a design question and would like some of your valuable opinions. I have a huge jsp, which is broken into many includes, say abc.jsp and includes one.jsp, two.jsp etc. As, I mentioned I us

Struts-Tiles Design question

2005-08-25 Thread Dilip Ladhani
I have an application built on struts and tiles. I have a design question and would like some of your valuable opinions. I have a huge jsp, which is broken into many includes, say abc.jsp and includes one.jsp, two.jsp etc. As, I mentioned I use tiles so in the config file, I have a forward elem