Kamal,
If possible avoid using Frames with Struts. Check this list archive for
details.
If you open non-frame page first then let that page redirect to frame-set
page, this way you will be part of the original session.
- Manju
Kamal_Konduru@ca
pgroup.com To: "'Struts Users Mailing List'"
<[EMAIL PROTECTED]>
cc:
11/19/2002 12:32 Subject: Struts with frames problem
PM
Please respond
to "Struts Users
Mailing List"
HI,
I have problem with using frames in struts. I am using a frameset which
has two frames, and i am including src for example
frameset rows="80,*" frameborder="NO" border="0" framespacing="0" onResize
="if (navigator.family == 'nn4') window.location.reload()">
<frame name="topFrame" scrolling="NO" noresize src="Top.jsp" >
<frameset cols="190,*" frameborder="NO" border="1" framespacing="0" rows
="*">
<frame name="treeframe" scrolling="Yes" noresize src ="frame1.do" >
<frame name="basefrm" src ="frame2.do">
</frameset>
</frameset>
In the frame1.do, i am calling frame1.jsp., in frame2.do i am calling
frame2.jsp. These are in same direcotry. When i see this in action servlet.
These two calls creating new sessions, rather taking from the existing
session.
Other than frames, other includes are not creating the sessions.
it is creating lot of problems in my application. If anyone came across,
please help me.
thanks in advance.
kamal
--
To unsubscribe, e-mail: <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>
===========================================================================
IMPORTANT NOTICE: This communication, including any attachment, contains
information that may be confidential or privileged, and is intended solely
for the entity or individual to whom it is addressed. If you are not the
intended recipient, you should delete this message and are hereby notified
that any disclosure, copying, or distribution of this message is strictly
prohibited. Nothing in this email, including any attachment, is intended
to be a legally binding signature.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>