Re: Struts with Tiles

2005-04-06 Thread brenmcguire
OK Understood, I think. So you have a Tiles definition and, when the form is submitted and the Action made its work, you want to forward to a page where only one portion of the Tiles definition changes. The solution is simple: make another definition! ;-) You know, as I said a lot of times before,

Re: Struts with Tiles

2005-04-06 Thread Kade Jeevan Kumar
hi, let me explain problem in better way, using tiles framework i've created a layout page , which embed various jsp's.Now u can say that each jsp is a region in the layout.say we have divided our layout into three regions one for header,one for footer and one for content. Now if in my content ar

Re: Struts with Tiles

2005-04-04 Thread brenmcguire
>... but the the problem i'm facing is how to point to a particular region in tiles framework from struts config. > What do you exactly mean? Please expose your problem with more details. - To unsubscribe, e-mail: [EMAIL PROT

Struts with Tiles

2005-04-04 Thread Kade Jeevan Kumar
Hi All, I'm using using tiles framework for my application.I'm using struts, jsp,servlets,xml as technologies. With tiles we are dividing my jsp into regions but the the problem i'm facing is how to point to a particular region in tiles framework from struts config. Do reply back Thanks i

Struts with Tiles in the root context

2004-12-07 Thread Elliot Long
I am having an odd problem. I've recently discovered how to setup virtual hosts in tomcat so that i can use something like "local.myapp.com" instead of "localhost/myapp". I've done this with two apps. One works fine no problems, but the other (which uses Strut