Re: Problem with a Frameset and Struts (replacing frameset with tiles?)

2005-09-08 Thread gollinger
e : Wed, 7 Sep 2005 09:31:44 -0400 (EDT) Subject : Re: Problem with a Frameset and Struts (replacing frameset with tiles?) > Tiles and frames are not at all equivalent, so it's not a simple either-or > answer. It really depends on what your application needs are. >

Re: Problem with a Frameset and Struts (replacing frameset with tiles?)

2005-09-07 Thread Frank W. Zammetti
gt; > > > -- Initial Header --- > >>From : "Frank W. Zammetti" [EMAIL PROTECTED] > To : "Struts Users Mailing List" [email protected] > Cc : "user" [email protected] > Date : Tue, 6 Sep 2

Re: Problem with a Frameset and Struts (replacing frameset with tiles?)

2005-09-06 Thread gollinger
--- >From : "Frank W. Zammetti" [EMAIL PROTECTED] To : "Struts Users Mailing List" [email protected] Cc : "user" [email protected] Date : Tue, 6 Sep 2005 10:21:08 -0400 (EDT) Subject : Re: Problem with a Frameset and S

Re: Problem with a Frameset and Struts

2005-09-06 Thread Frank W. Zammetti
Hi, This isn't really a Struts issue per se, it's a frames issue. When you set the target of the form to display, the response from the server is going to go into the bottom frame, regardless of what the outcome is (i.e., whether there are errors or not). This is just how frames work. You can d