Wanted to use popup across frames.

2011-07-18 Thread manolion
Wanted to use popup across frames. Tiles defination: <html:frame marginheight="0" marginwidth="0" page="<%=headerJsp%>" frameName="header" title="Header" scrolling="no" framebord

Wanted to use popup across frames.

2011-07-18 Thread manolion
Wanted to use popup across frames. Tiles defination: <html:frame marginheight="0" marginwidth="0" page="<%=headerJsp%>" frameName="header" title="Header" scrolling="no" frameborder="no" no

Wanted to use popup across struts tiles frames.

2011-07-14 Thread manolion
Wanted to use JQuery popup across frames. Tiles definatin <html:frame marginheight="0" marginwidth="0" page="<%=headerJsp%>" frameName="header" title="Header" scrolling="no" frameborder="no" nores

Re: OT: Alternative to html frames

2008-02-13 Thread Frank W. Zammetti
Marc Eckart wrote: The most applications are hosted in the intra net. We have another subnet with some Websphere servers secured by firewalls but they can all be accessed within out domain. So I think I'm back with frames respectively iframes :-) Sounds like it :) Yeah, I'd defini

Re: OT: Alternative to html frames

2008-02-13 Thread Randy Burgess
A portal implementation is typically quite an undertaking. Frames would be a whole lot easier. :) Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications > From: Marc Eckart <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Wed, 13 Feb 2008

Re: OT: Alternative to html frames

2008-02-13 Thread Randy Burgess
L PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Wed, 13 Feb 2008 16:44:17 +0100 > To: Struts Users Mailing List > Subject: Re: OT: Alternative to html frames > > Hmm, in our case the single applications should not know it they are running > in a portal or somewhe

Re: OT: Alternative to html frames

2008-02-13 Thread Marc Eckart
The most applications are hosted in the intra net. We have another subnet with some Websphere servers secured by firewalls but they can all be accessed within out domain. So I think I'm back with frames respectively iframes :-) Thank you all for your answers :-) Best Regards, Marc 2008

Re: OT: Alternative to html frames

2008-02-13 Thread Frank W. Zammetti
in simple divs? If they redirect after an action to a jsp will they stay in the div or fill the whole page? Those types of things would affect the larger page, without modifying the application hosted in the . I'm thinking that's a strike against a simple -based approach. Kind of c

Re: OT: Alternative to html frames

2008-02-13 Thread Marc Eckart
Sr. Web Applications Developer > Nuvox Communications > > > > > From: "Frank W. Zammetti" <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List > > > Date: Wed, 13 Feb 2008 09:45:34 -0500 > > > To: Struts Users Mailing List > >

Re: OT: Alternative to html frames

2008-02-13 Thread Randy Burgess
2008 09:45:34 -0500 > To: Struts Users Mailing List > Subject: Re: OT: Alternative to html frames > > So that seems to say that it's left to the portlet developers to ensure > there are no naming conflicts, am I understanding that right? > > Frank > > Randy Burge

Re: OT: Alternative to html frames

2008-02-13 Thread Frank W. Zammetti
rtlet. Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications From: "Frank W. Zammetti" <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List Date: Tue, 12 Feb 2008 10:36:08 -0500 To: Struts Users Mailing List Subject: Re: OT: Alternative to html frames A

Re: OT: Alternative to html frames

2008-02-13 Thread Randy Burgess
uts Users Mailing List > Date: Tue, 12 Feb 2008 10:36:08 -0500 > To: Struts Users Mailing List > Subject: Re: OT: Alternative to html frames > > Antonio Petrelli wrote: >> Frank, you might love this article :-) >> http://thedailywtf.com/Articles/I-am-right-and-the-entire-In

Re: OT: Alternative to html frames

2008-02-12 Thread Frank W. Zammetti
around with the document.domain attribute (this isn't something I've personally had to do, but I've read about it). If it's entirely different domains, then you're pretty close to dead in the water with frames (Brantley hinted at some ways around this in his reply, but it's p

Re: OT: Alternative to html frames

2008-02-12 Thread Brantley Hobbs
Ya know, this triggers a question of my own: I have apps that use *tons* of iframes, and there *are* some drawbacks: 1. Without some sort of "onload()" built-in to every page, there's no way of knowing if the frame has loaded when you update its .src attribute. With an AJAX filled div, you'd

Re: OT: Alternative to html frames

2008-02-12 Thread Marc Eckart
Hi Frank, thank you and all others for your answers ;-) We have a similar aproach like you described. We have an application which acts as a portal. This application has two frames - one top frame for the navigation and another frame for hosting the embbeded (independet) application. One of this

Re: OT: Alternative to html frames

2008-02-12 Thread Frank W. Zammetti
Antonio Petrelli wrote: Frank, you might love this article :-) http://thedailywtf.com/Articles/I-am-right-and-the-entire-Industry-is-wrong.aspx Hehe :) It's a good example of the typical "taking an idea too far". The world seems to be divided into the people that say fram

Re: OT: Alternative to html frames

2008-02-12 Thread Antonio Petrelli
ndepentend) applications > transparent > >> to the users without frames. > > > > A portlet container? > > Regular divs loaded via AJAX? (e.g. using

Re: OT: Alternative to html frames

2008-02-12 Thread Antonio Petrelli
2008/2/11, Frank W. Zammetti <[EMAIL PROTECTED]>: > > Marc, what aren't you happy about with the frame-based design? I've > done a lot of that over the years and, once you learn to avoid the > pitfalls, it's worked out great. I admit that in recent years I'v

Re: OT: Alternative to html frames

2008-02-11 Thread Frank W. Zammetti
's aren't equivalent to frames in most cases... the most important difference is that of namespacing... when you use frames, there's no worry of Javascript or DOM element name collisions, which can occur with simple 's. Marc, what aren't you happy about with the

Re: OT: Alternative to html frames

2008-02-11 Thread Laurie Harper
Antonio Petrelli wrote: 2008/2/11, Marc Eckart <[EMAIL PROTECTED]>: But we are not so happy with this frame aproaches in general. But we don't know how to integrate the different (indepentend) applications transparent to the users without frames. A portlet container? Regular divs

Re: OT: Alternative to html frames

2008-02-11 Thread Antonio Petrelli
2008/2/11, Marc Eckart <[EMAIL PROTECTED]>: > But we are not so happy with this frame aproaches in general. But we don't > know how to integrate the different (indepentend) applications transparent > to the users without frames. A portlet

OT: Alternative to html frames

2008-02-11 Thread Marc Eckart
Hi, I have an offtopic question :-) We have an intranet portal with a menu where you can start different applications. The applications run on different containers (e.g. tomcat, websphere) on different servers. The portal has a html frameset with two frames. The topframe is for the portal menu

setting the result pages to open in particular frames

2007-07-24 Thread Session Mwamufiya
Hi, Would anyone know how to get struts actions to set the frame in which the result pages should be displayed? I have a frame of buttons and I want different pages to be displayed in the other frame when each button is pressed. Is there a way to set this in the struts.xml file where the resu

Re: Struts 2 and frames

2007-07-05 Thread Session A Mwamufiya
In my case, it's ok that the login at least displays once in the frame setting, but then if the user fails to enter the right credentials, then the subsequent login form will appear at the top level. Thanks for the help in understanding this, Session > Session A Mwamufiya wrote: >> Thanks Dale

Re: Struts 2 and frames

2007-07-05 Thread Dale Newfield
Session A Mwamufiya wrote: Thanks Dale, I actually fixed it by setting a target attribute in the form on my login page, so that it always puts the resulting page at the top level. That may serve your purposes (only you know your requirements), but it seems to be addressing a different problem.

Re: Struts 2 and frames

2007-07-05 Thread Session A Mwamufiya
Thanks Dale, I actually fixed it by setting a target attribute in the form on my login page, so that it always puts the resulting page at the top level. Thanks, Session > Session A Mwamufiya wrote: >> I'm using an interceptor, and I don't want the login page to appear in >> the target frame if

Re: Struts 2 and frames

2007-07-05 Thread Dale Newfield
Session A Mwamufiya wrote: I'm using an interceptor, and I don't want the login page to appear in the target frame if the interceptor intercepted an action that is supposed to appear in the target frame. I'm not even certain how you'd determine which frame the results of a certain request are

Re: Struts 2 and frames

2007-07-05 Thread Session A Mwamufiya
Is there a way to set this attribute in the request object? Thanks, Session > You mean you got a page that got frames and you want to eg have a button > that switches you to a single framed (er, zero frames; frameless) page? I > know in HTML this is accomplished by setting the attrib

Re: Struts 2 and frames

2007-07-05 Thread yitzle
You mean you got a page that got frames and you want to eg have a button that switches you to a single framed (er, zero frames; frameless) page? I know in HTML this is accomplished by setting the attribute "target". See http://www.w3.org/TR/html4/types.html#h

Struts 2 and frames

2007-07-04 Thread Session A Mwamufiya
Hi, This is the 3rd attempt I make to get an answer on how to force a jsp result page to be returned as a single window if html frames are used. Please give me any hint as to how I can get this done. Thanks, Session - To

RE: Struts 2 and using frames

2007-06-25 Thread Session Mwamufiya
: Monday, June 25, 2007 3:05 PM To: Struts Users Mailing List Subject: RE: Struts 2 and using frames I'm going to guess that your web-app is not called '/pages' and that URL is relative to your context root. Here is how this page should probably look - <%@ taglib prefix=&qu

RE: Struts 2 and using frames

2007-06-25 Thread Wesley Wannemacher
re are errors). -Wes -Original Message- From: Session A Mwamufiya [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 1:51 PM To: Struts Users Mailing List Subject: Struts 2 and using frames Hello, Has anyone experienced using HTML frames with a struts 2 app? I'm trying to do j

Struts 2 and using frames

2007-06-25 Thread Session A Mwamufiya
Hello, Has anyone experienced using HTML frames with a struts 2 app? I'm trying to do just that, but my result page after a successful login doesn't find the pages for the frames. Here's the result page code: <%@ taglib prefix="s" uri="/struts-tags&quo

RE: [OT] Re: frames

2007-05-21 Thread Al Sutton
You can find lots of useful links about struts and frames at this URL; http://www.google.co.uk/search?q=struts+frames -Original Message- From: jalal udeen [mailto:[EMAIL PROTECTED] Sent: 21 May 2007 05:57 To: Struts Users Mailing List Subject: Re: [OT] Re: frames hi im

Re: [OT] Re: frames

2007-05-20 Thread jalal udeen
hi im using struts 1.2.7 how can i frames using struts tag in jsp thanks jalal On 5/19/07, Mansour <[EMAIL PROTECTED]> wrote: jalal udeen: We need more info to be able to help. What version of struts are you using. If you you are using struts 2, then you can use the

Re: [OT] Re: frames

2007-05-19 Thread Mansour
jalal udeen: We need more info to be able to help. What version of struts are you using. If you you are using struts 2, then you can use the target attribute in the same way you use html. So, in your form tag you need to use the attribute target like this: for more info about this ch

[OT] Re: frames

2007-05-19 Thread Dave Newton
--- jalal udeen <[EMAIL PROTECTED]> wrote: > how can i use frame using struts in jsp > its an urgent requirement I am most definitely *not* speaking for everyone on the newsgroup, but I really think you need to explore other options for asking non-Struts related questions. If you want to pay me

frames

2007-05-19 Thread jalal udeen
hi how can i use frame using struts in jsp its an urgent requirement thanks Jalal

Re: frames with struts

2006-07-20 Thread Frank W. Zammetti
zeta <[EMAIL PROTECTED]> wrote: Hi, I want to do a dynamic page with something like frames. I don't know if struts has some similar solution. Can't you help me,please??!! Thanks! Zeta -- View this message in context: http://www.nabble.com/frames-with-struts-tf1972001.html#a5413465

Updating additional frames

2006-04-16 Thread Andreas Hartmann
Hello all, I have a webapplication with four frames. Sometimes, it is necessary to change more than one frame with a single click. Is it possible to do this with struts, and if yes, how can I do it? I don't want to change the other frames with onclick and a javascript-function. Thanks fo

Re: Struts / Tiles Caching No Frames and Inter Tile communication

2006-03-10 Thread Greg Reddin
On Mar 10, 2006, at 3:00 AM, Antonio Petrelli wrote: By the way, why are not you using portlets? That was my thought as well. It sounds like a portlet environment is more like what you are looking for. Greg - To unsub

Re: Struts / Tiles Caching No Frames and Inter Tile communication

2006-03-10 Thread Antonio Petrelli
Norm ha scritto: Is there any "tile caching mechanism" available, or, should we develop some sort of cache before we go to the business tier so we can redraw all of the tiles anyway? I would like to make a tile "sticky" when the app knows there is no need to refresh it on any particular intera

Struts / Tiles Caching No Frames and Inter Tile communication

2006-03-09 Thread Norm
Hi all, We are considering using a struts/tiles approach for a new project. Its assumed its going to have a "portal" look and feel to it i.e. lots of seperate little windows providing distinct functionality. I want to avoid using frames, but I am very concerned with refreshing the wh

RE: Redirect in filter out of frames

2006-03-03 Thread Neil Meyer
Cool I will try it. Thanks -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: 03 March 2006 05:14 PM To: Struts Users Mailing List Cc: Struts Users Mailing List Subject: RE: Redirect in filter out of frames Hehe, take a look at this: http://www.jahns-home.de

RE: Redirect in filter out of frames

2006-03-03 Thread Frank W. Zammetti
ss that I will have to do it > this way. > > Regards > Neil Meyer > > > -Original Message- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: 03 March 2006 04:52 PM > To: Struts Users Mailing List > Cc: Struts Users Mailing List > Subject

RE: Redirect in filter out of frames

2006-03-03 Thread Neil Meyer
: Re: Redirect in filter out of frames Hi Neil. This isn't something you can do from a filter, breaking out of frames is a complete client-side activity. One suggestion is to have your filter redirect to a page that has an onLoad event to break the user out of the frames. I actually do this

Re: Redirect in filter out of frames

2006-03-03 Thread Frank W. Zammetti
Hi Neil. This isn't something you can do from a filter, breaking out of frames is a complete client-side activity. One suggestion is to have your filter redirect to a page that has an onLoad event to break the user out of the frames. I actually do this in a project here at work. It wi

Redirect in filter out of frames

2006-03-03 Thread Neil Meyer
Good day, I use a filter to check if the session is still open when the session is lost this will redirect back to the login page. This works nice if I don't use any frames, but now I use frames for a specific project. When I click on the jsp page on the logout tag it is possible to cal

Re: Tiles, pass parameters between tiles's frames

2005-11-02 Thread Greg Reddin
On Nov 2, 2005, at 8:45 AM, Ronald Holshausen wrote: It would probably be best to use the session as the medium for passing between your tile components. Request would work just as good as session, but either way my previous caveat still applies. If you set something in one tile, then ret

Re: Tiles, pass parameters between tiles's frames

2005-11-02 Thread Ronald Holshausen
Hi Rodolfo, It would probably be best to use the session as the medium for passing between your tile components. On 02/11/05, Rodolfo García Esteban/CYII <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem with tiles, I have four tile`s frames: a head, a menu, a > content

Re: Tiles, pass parameters between tiles's frames

2005-11-02 Thread Greg Reddin
On Nov 2, 2005, at 6:51 AM, Rodolfo García Esteban/CYII wrote: I have a problem with tiles, I have four tile`s frames: a head, a menu, a content and a foot. I load all the frames from a JSP which is generic I need to pass parameters from the content frame to the menu frame, I have tried

Tiles, pass parameters between tiles's frames

2005-11-02 Thread Rodolfo García Esteban/CYII
Hi, I have a problem with tiles, I have four tile`s frames: a head, a menu, a content and a foot. I load all the frames from a JSP which is generic I need to pass parameters from the content frame to the menu frame, I have tried some alternatives without success. I would appreciatte any help

Re: Problem with action forward while using Frames

2005-07-13 Thread Laurie Harper
syed abrar wrote: Hello All, I have a problem.I have two frames with two different jsps.And after selecting the options(checkboxes) in the second frame the control goes to the Action class.After processing the request the control has to be passed to other jsp page(which have

Problem with action forward while using Frames

2005-07-13 Thread syed abrar
Hello All, I have a problem.I have two frames with two different jsps.And after selecting the options(checkboxes) in the second frame the control goes to the Action class.After processing the request the control has to be passed to other jsp page(which have declared in struts

Re: Using Jsf, Struts, Tiles... and Frames?

2005-05-28 Thread Adam Hardy
te... but all other parts are realoded (header & menu's). How resolve this? :S.. if Frames is the solution... how mix with the other stuff? You mix frames with the other stuff by specifying the target attribute on your link and form tags. I can't remember the exact values, but

Using Jsf, Struts, Tiles... and Frames?

2005-05-26 Thread Mariano Petrakovsky
amp; menu's). How resolve this? :S.. if Frames is the solution... how mix with the other stuff? Thanxs :) -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires · Argentina. Tel.: (54-11) 4

Use of frames and security softwares in browser

2005-04-18 Thread Antony Paul
Hi all, I plan to use frames for a site where in the user will feel that he is one site while it will be pulling content from another site. Here my question is will any kind of security software installed in a browser will detect this and report to the user or prevent the content from being

Re: Frames question

2005-02-28 Thread Leon Rosenberg
There are no problems working with frames, but you have to consider, that each frame is a separate http request. So, if you have a frameset with two frames in it, lets call them left and right, your browser actually sends 3 requests to your webserver. To do it the struts conform way (or what I

Re: Frames question

2005-02-28 Thread Leon Rosenberg
There are no problems working with frames, but you have to consider, that each frame is a separate http request. So, if you have a frameset with two frames in it, lets call them left and right, your browser actually sends 3 requests to your webserver. To do it the struts conform way (or what I

Frames question

2005-02-28 Thread Sergey Livanov
to put the page into the frame. But before the elements were и and they worked successfully in this case I am not able to take data out. Are there any problems to work with frames? regards Sergey mailto:[EMAIL PROTECTED

Re: frames question

2005-02-28 Thread brenmcguire
Frames are a recurrent question here. When you forward to a frameset, you forward only to the frameset itself and not to each frame. This means that: 1) attributes put in request scope appear ONLY in the first request, i.e. in the frameset (then NOT in the frames); 2) request parameters are

frames question

2005-02-26 Thread Sergey Livanov
I use Frames in my application and in my jsp don't work simple Could you please help? -- regards, Sergey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Tiles or Frames or Both

2004-12-08 Thread Nadia Kunkov
: Tiles or Frames or Both On Tuesday 07 December 2004 17:15, Luiz Esmiralha wrote: > On Mon, 06 Dec 2004 16:55:43 -0500, Frank W. Zammetti Hi, > When you are starting out you really can't make the decision all by > yourself, can you? The only reason you presented for using frames i

Re: Tiles or Frames or Both

2004-12-07 Thread Christian Bollmeyer
On Tuesday 07 December 2004 17:15, Luiz Esmiralha wrote: > On Mon, 06 Dec 2004 16:55:43 -0500, Frank W. Zammetti Hi, > When you are starting out you really can't make the decision all by > yourself, can you? The only reason you presented for using frames is > increasing per

Re: Tiles or Frames or Both

2004-12-07 Thread Derek Broughton
t; (c) have > some code that sets the menu states according to the application state on > each page. > But, this is information that really > only has to do with the UI, information that you really shouldn't have to > deal with every page, so why not have this functionality a

Re: Tiles or Frames or Both

2004-12-07 Thread fzlists
On Tue, December 7, 2004 10:31 am, Derek Broughton said: > If you're going to do something that makes it worthwhile putting the JS in > the > frame, you probably should be using a script file - in which case it is > cached anyway and you get the same savings. What is caching it? The browser? In

Re: Tiles or Frames or Both

2004-12-07 Thread Luiz Esmiralha
On Mon, 06 Dec 2004 16:55:43 -0500, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > I tend to give just the opposite answer :) Freedom of speech rules! :) > > I agree that frames can be difficult in a number of ways, however, once > you get a handle on them it's really

RE: Tiles or Frames or Both

2004-12-07 Thread Nadia Kunkov
Thank you. Do you know of any struts/frames examples on the web I can look at? I appreciate your advice. Nadia -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 4:56 PM To: Struts Users Mailing List Subject: Re: Tiles or Frames or Both

Re: Tiles or Frames or Both

2004-12-07 Thread Derek Broughton
On Monday 06 December 2004 17:55, Frank W. Zammetti wrote: > Also, with frames you can do some tricks that you can't do otherwise. > For instance, having a hidden frame with cached data and Javascript > cuntions can be incredibly powerful. True... > You can boost perforance

Re: Tiles or Frames or Both

2004-12-06 Thread Frank W. Zammetti
I tend to give just the opposite answer :) I agree that frames can be difficult in a number of ways, however, once you get a handle on them it's really not a big deal to deal with. More importantly, depending on your application, you may find that performance is significantly increased.

RE: Tiles or Frames or Both

2004-12-06 Thread Nadia Kunkov
Thank you, Luiz!!! Nadia -Original Message- From: Luiz Esmiralha [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 3:10 PM To: Struts Users Mailing List Subject: Re: Tiles or Frames or Both Hi Nadia, I would bet on tiles. I avoid frames like the plague, for many reasons. So

Re: Tiles or Frames or Both

2004-12-06 Thread Luiz Esmiralha
Hi Nadia, I would bet on tiles. I avoid frames like the plague, for many reasons. So, use tiles. It's the struts way of doing what you want. A great tutorial on tiles: http://www.arc-mind.com/papers/advanced-tiles.pdf Best regards, Luiz Esmiralha On Mon, 6 Dec 2004 14:43:44 -0500,

RE: Tiles or Frames or Both

2004-12-06 Thread Nadia Kunkov
-Original Message- From: Nadia Kunkov [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 2:44 PM To: Struts help (E-mail) Subject: Tiles or Frames or Both I had to fix the picture below. Here it is: Hi, This is a struts newbie question. I'm building an application wit

Tiles or Frames or Both

2004-12-06 Thread Nadia Kunkov
U| | | | | | The menu would be painted once at the login, so will the header. The only changing content is in the target. Which approach would be the least painful for me to implement - frames or tiles or both? What is the best practices app

RE: action forwards to target frames

2004-11-26 Thread Seetamraju, Uday
ECTED] Behalf Of Jeff Beal > Sent: Friday, November 12, 2004 3:39 PM > To: [EMAIL PROTECTED] > Subject: Re: action forwards to target frames > > > The web server doesn't know anything about frames. We > usually achieve > this sort of thing by returning a page wit

Re: action forwards to target frames

2004-11-12 Thread Charl Gerber
Thanks, that was what I thought I had to do... just making sure. :) --- Jeff Beal <[EMAIL PROTECTED]> wrote: > The web server doesn't know anything about frames. > We usually achieve > this sort of thing by returning a page with some > JavaScript when we want

Re: action forwards to target frames

2004-11-12 Thread Jeff Beal
The web server doesn't know anything about frames. We usually achieve this sort of thing by returning a page with some JavaScript when we want to pop out of frames: top.window.location="mainPage.html"; -- Jeff Charl Gerber wrote: Is it possible to set one action with multipl

action forwards to target frames

2004-11-12 Thread Charl Gerber
Is it possible to set one action with multiple forwards each going to different frames? Ie, if an error occurs, I want to redirect to forward to something in the current frame, but in case of a successful operation, I want to redirect to eg. window.top or another frame altogether. Thanks

Re: Struts Tiles with Frames

2004-09-24 Thread Ratnakar Parakala
Even I put Frameset, the page is not rendering. In view source, I'm seeing the frameset and frame tags, but, I don't see the frames on my screen. I'm getting blank page. Do you have any code to reference? Thanx Ratnakar [EMAIL PROTECTED] wrote: >Before do I need to

Re: Struts Tiles with Frames

2004-09-23 Thread brenmcguire
>Before do I need to write Frameset tag? Ratnakar > Obiously yes. Remember that almost every HTML Struts tag (and this is the case) is transformed into a real HTML tag. So this will be transformed into "" tag that must be contained inside a "" tag. Ciao Antonio Petrelli ---

Re: Struts Tiles with Frames

2004-09-23 Thread Ratnakar Parakala
Before do I need to write Frameset tag? Ratnakar [EMAIL PROTECTED] wrote:Did you try using the "forward" attribute? Try making a tile definition in your tiles-defs.xml for each of your frames (attention, not each for your frameset, but every little frame you have in your pages) and t

Re: Struts Tiles with Frames

2004-09-22 Thread brenmcguire
Did you try using the "forward" attribute? Try making a tile definition in your tiles-defs.xml for each of your frames (attention, not each for your frameset, but every little frame you have in your pages) and then: Ciao Antonio Petrelli Ratnakar Parakala wrote: >Hi, > >I&#x

Struts Tiles with Frames

2004-09-22 Thread Ratnakar Parakala
Hi, I'm using tiles. I have a situation where I have a JSP Tiled with header, Navigation Bar, body and footer. In the body tile, I need two frames left and right. In the left frame I'll show a Tree and clicking on TreeNode in the left frame, I wish to display the Node details in

RE: [Repost] Frames & HttpSession Scope

2004-07-09 Thread Girish M.
y, July 09, 2004 3:38 PM To: [EMAIL PROTECTED] Subject: FW: [Repost] Frames & HttpSession Scope Ive just converted some existing functionailty to use frames (not inline frames). Every thing seemed to be working fine while i used localhost in my url but once i try to access the web server from a

FW: [Repost] Frames & HttpSession Scope

2004-07-09 Thread Pat Quinn
Ive just converted some existing functionailty to use frames (not inline frames). Every thing seemed to be working fine while i used localhost in my url but once i try to access the web server from another machine or using the machine name in the url my main frame is failing to find any objects

[Frames & HttpSession Scope]

2004-07-08 Thread Pat Quinn
Ive just converted some existing functionailty to use frames (not inline frames). Every thing seemed to be working fine while i used localhost in my url but once i try to access the web server from another machine or using the machine name in the url my main frame is failing to find any objects

SV: Tiles/Frames & Urls with Parameters

2004-07-05 Thread hermod . opstvedt
Hi Its the & sign in your URL - You have to escape it. This has to do with the XML digester and not with Struts it self Hermod -Opprinnelig melding- Fra: Pat Quinn [mailto:[EMAIL PROTECTED] Sendt: 5. juli 2004 17:46 Til: [EMAIL PROTECTED] Emne: Tiles/Frames & Urls with Paramet

Tiles/Frames & Urls with Parameters

2004-07-05 Thread Pat Quinn
Hi Guys, I'm using tiles and frames together but when i try to pass a url value with parameters struts fails during startup with the following error: ERROR org.apache.commons.digester.Digester - Parse Fatal Error at line 109 column -1: Next character must be ";" terminating refe

Struts tiles and html frames.

2004-06-07 Thread brati . sankarghosh
What are advantages of tiles over html frames? Brati Sankar Ghosh Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message

linking to specified FRAMES

2004-05-24 Thread Michael McGrady
At 10:47 PM 5/23/2004, Paresh Patel wrote: Dear Michael: 1. Pardon me for sending this mail to you, but I need a bit of help. 2. Saw that you have done work using frames. 3. I need to learn about using frames in Struts. This is what I would like to do: - have two frames in a page

Resetting Chat Fields in Frames

2004-05-12 Thread Michael McGrady
I use frames in a struts chat. I have one frame that is not refreshed because it is the submission frame for messages. The problem is that I send the data to another frame, so I am having difficulty resetting the submission frame to empty or to null. I will have to use JavaScript if I use

RE: How to use frames in Struts framework?

2004-04-20 Thread Charles Jordan
I am having problems configuring my security-constraints specifically the url-pattern What should this be set to? I have a jsp which displays a tree type menu in which the leaves call different .do's. I want some of these to be secure and require logins but not all. My question is: What do I put in

RE: How to use frames in Struts framework?

2004-04-12 Thread Eric Dahnke
The biggest issue I had with frames in Struts using Tiles, was that the frameset itself was within the typical pages / directory. This made the paths I had to use within the tiles-def file a bit strange, as well as the paths to images,css,js within the jsps themselves (those had to become

RE: How to use frames in Struts framework?

2004-04-12 Thread Shyamal Shah
nevermind folks..it was a wrong URL.. From: "Shyamal Shah" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: How to use frames in Struts framework? Date: Mon, 12 Apr 2004 12:37:56 -0400 I am trying to

How to use frames in Struts framework?

2004-04-12 Thread Shyamal Shah
I am trying to load a frame page in Struts but unfortunately it is not working. It is opening the frames page alright if I dont specify any source for frames but if I do specify it it is not finding the page. I am getting the following error message on my top frame : "Error 404--Not Found

RE: changing two frames at one time

2004-04-01 Thread Freddy Villalba Arias
(When I said response, I meant the GET / POST action) -Mensaje original- De: Freddy Villalba Arias Enviado el: jueves, 01 de abril de 2004 16:05 Para: Struts Users Mailing List Asunto: RE: changing two frames at one time Hi Otto, IMHO, for the sake of transparency / independence

RE: changing two frames at one time

2004-04-01 Thread Freddy Villalba Arias
then load on each frame the URL you want? Regards, Freddy. -Mensaje original- De: Otto, Frank [mailto:[EMAIL PROTECTED] Enviado el: jueves, 01 de abril de 2004 9:35 Para: Struts-User (E-Mail) Asunto: changing two frames at one time Hi, I have three frames. If I click a link in one fr

RE: changing two frames at one time

2004-04-01 Thread McCormack, Chris
rom: Otto, Frank [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 08:35 To: Struts-User (E-Mail) Subject: changing two frames at one time Hi, I have three frames. If I click a link in one frame, I want to change the other two frames. Is this possible with Struts? Regards, Fr

RE: changing two frames at one time

2004-04-01 Thread Brendan Richards
frames at one time Hi, I have three frames. If I click a link in one frame, I want to change the other two frames. Is this possible with Struts? Regards, Frank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

changing two frames at one time

2004-03-31 Thread Otto, Frank
Hi, I have three frames. If I click a link in one frame, I want to change the other two frames. Is this possible with Struts? Regards, Frank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

  1   2   >