Tiles And Frames

2004-02-05 Thread Mutreja, Shitij
Is there a good place/article/sample code to check out, for mixing framesets and tiles. The App that I am working on seems to need to use both. Basically, we have to display content such that there are 2 frames, the left one showing some text, while the right one accepts user input. Both these

Re: Tiles And Frames

2004-02-05 Thread Michael McGrady
For you Tiles devotees out there, I think this would be something that would be really helpful. This is a recurring question. I know! I know! If I have time, I will, after the other stuff. Just a second of this need. At 10:35 AM 2/5/2004, Mutreja, Shitij wrote: Is there a good

Re: Tiles And Frames

2004-02-05 Thread Adam L
. - Original Message - From: Michael McGrady [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, February 05, 2004 5:56 PM Subject: Re: Tiles And Frames For you Tiles devotees out there, I think this would be something that would be really

Tiles and Frames

2003-10-22 Thread Frers Michael
Hello did anyone ever tried to combine Frames and Tiles? i want to build a page with one left and one right frame. is there any chance to build frames with tiles? (i need the frames because i get results from database slowly and want to print results as soon as they arrive) if i only use

Re: Tiles and Frames

2003-10-22 Thread Sonam Belbase
Michael wrote: Hello did anyone ever tried to combine Frames and Tiles? i want to build a page with one left and one right frame. is there any chance to build frames with tiles? (i need the frames because i get results from database slowly and want to print results as soon as they arrive

Re: A question on Tiles and Frames

2003-06-28 Thread K.C. Baltz
, Tidel Park - Chennai [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 9:42 AM To: Struts Users Mailing List Subject: RE: A question on Tiles and Frames I had the same problem .. while developing a Menu (left side) .. wanted to make that scrollable .. But I guess its not possible with Tiles I

Re: A question on Tiles and Frames

2003-06-20 Thread Cedric Dumoulin
Hi, Each frame of a frameset is filled with a web page. Each one issue an independent http request to the web server. So each page corresponding to a frame should be publicly accessible on the web server, and can't be under WEB-INF. Cedric Jeff Kyser wrote: Hello, I was trying to use a

Re: A question on Tiles and Frames

2003-06-20 Thread Jeff Kyser
Hey Cedric, Thanks for the response. I guess I'd figured out I couldn't put them under WEB-INF for the reasons you stated. So how can I implement a scollable region such as a frame might offer and still use Tiles and stay with some of the 'best practices' recommended for Struts development such

Re: A question on Tiles and Frames

2003-06-20 Thread Cedric Dumoulin
The page of a frame should alway be publicly accessible. It is alway possible to access it directly without the other associated frames. So, you can't hide them. Cedric Cedric Jeff Kyser wrote: Hey Cedric, Thanks for the response. I guess I'd figured out I couldn't put them under

Re: A question on Tiles and Frames

2003-06-20 Thread Jeff Kyser
Okay. So is there *another* way to implement independently scrollable content within a region of a page using Struts and Tiles? -jeff On Friday, June 20, 2003, at 07:17 AM, Cedric Dumoulin wrote: The page of a frame should alway be publicly accessible. It is alway possible to access it

RE: A question on Tiles and Frames

2003-06-20 Thread Nimish Chourey , Tidel Park - Chennai
I had the same problem .. while developing a Menu (left side) .. wanted to make that scrollable .. But I guess its not possible with Tiles I guess .. Infact try doing it without tiles (and without frames) .. its not possible . And if somehow if its really possible .. I would definately like

RE: A question on Tiles and Frames

2003-06-20 Thread Mike Jasnowski
areas of content. -Original Message- From: Nimish Chourey , Tidel Park - Chennai [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 9:42 AM To: Struts Users Mailing List Subject: RE: A question on Tiles and Frames I had the same problem .. while developing a Menu (left side) .. wanted

Re: A question on Tiles and Frames

2003-06-20 Thread Jason Lea
If you want to use frames then each frame is going to issue it's own request. If you want to hide the JSPs under WEB-INF, then you have to front each request with an action because you can't link to the JSP directly. It probably means replacing your definition with: definition

RE: A question on Tiles and Frames

2003-06-20 Thread Nimish Chourey , Tidel Park - Chennai
Humm.. seems to be a good solution .. would definately give it a try .. -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 7:20 PM To: Struts Users Mailing List Subject: RE: A question on Tiles and Frames Well, depending on the web client you

RE: A question on Tiles and Frames

2003-06-20 Thread Hookom, Jacob
Golden Valley, MN -Original Message- From: Nimish Chourey , Tidel Park - Chennai [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 9:27 AM To: Struts Users Mailing List Subject: RE: A question on Tiles and Frames Humm.. seems to be a good solution .. would definately give it a try

RE: A question on Tiles and Frames

2003-06-20 Thread Mike Jasnowski
' Subject: RE: A question on Tiles and Frames I would be using iframes. It's surprisingly standard and works just like a frame, but placed on the page much like an image. I've done a few things with them on a project with displaying a shopping cart, forum data, etc. Jacob Hookom Senior

Re: A question on Tiles and Frames

2003-06-20 Thread Jeff Kyser
Hey Jason, Thanks for putting in the time on a great reply! At this point, am cautiously optimistic that this will work, or rather that I can get it to work. I've got a few frames updating, so it looks like that's just the ticket. Thanks again! -jeff On Friday, June 20, 2003, at 09:17 AM,

A question on Tiles and Frames

2003-06-19 Thread Jeff Kyser
Hello, I was trying to use a Tile Definition like: definition name=associator.masterPage path=/WEB-INF/pages/tiles/framesetLayout.jsp put name=title value=Associator / put name=heading value=/WEB-INF/pages/tiles/heading.jsp / put name=code

Re: Tiles and Frames.

2002-08-29 Thread Cedric Dumoulin
It is possible. The Tiles example war has a simple example of using frames (tutorial/frameset.jsp, tutorial/basicFramesetPage.jsp, ...) Hope this help, Cedric Cristian Cardenas wrote: I'm using tiles from struts. I'd like to know if it's possible to use Frames with Tiles

Tiles and Frames.

2002-08-21 Thread Cristian Cardenas
I'm using tiles from struts. I'd like to know if it's possible to use Frames with Tiles, and what is the way to use it. Thanks a lot. Cristian.

Re: Tiles vs. Frames

2002-01-09 Thread Gundars Kulups
... Regards, Gundars At 15:58 2002.01.08.s +, you wrote: Hi all, I've (functionally) prototyped an application using Tiles with no frames. Our 'front end' guy has presented me with the presentation html and javascript, and it uses frames. The application is not portal-like, just a fairly standard app

Tiles vs. Frames

2002-01-08 Thread Sean Gollschewsky
Hi all, I've (functionally) prototyped an application using Tiles with no frames. Our 'front end' guy has presented me with the presentation html and javascript, and it uses frames. The application is not portal-like, just a fairly standard app with a header, footer and side menu bar. I've

RE: Tiles vs. Frames

2002-01-08 Thread Vaughan Jackson
' Subject: Tiles vs. Frames Hi all, I've (functionally) prototyped an application using Tiles with no frames. Our 'front end' guy has presented me with the presentation html and javascript, and it uses frames. The application is not portal-like, just a fairly standard app