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.
Tiles defination:
<html:frame marginheight="0" marginwidth="0"
page="<%=headerJsp%>" frameName="header" title="Header"
scrolling="no" frameborder="no" no
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
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
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
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
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
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
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
> >
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
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
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
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
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
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
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
ndepentend) applications
> transparent
> >> to the users without frames.
> >
> > A portlet container?
>
> Regular divs loaded via AJAX? (e.g. using
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
'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
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
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
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
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
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
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.
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
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
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
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
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
: 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 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
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
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
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
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
--- 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
hi
how can i use frame using struts in jsp
its an urgent requirement
thanks
Jalal
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
: 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
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
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
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
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
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
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
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.
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
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,
-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
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
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
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
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
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
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
>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
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
(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
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
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
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
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
100 matches
Mail list logo