Hi!
I'm using turbine with a frame template.
here is the login Layout:
$screen_placeholder
here the Default layout:
<html>
<head>
<title>Bug Tracker </title>
## <link REL=stylesheet HREF=exstyle.css
TYPE=text/css>
<meta name="keywords" content="Speedy">
<meta http-equiv="expires" content="0">
</head>
$screen_placeholder
</html>
here the Index.VM:
<frameset rows="111,45,*,42" border=0
frameborder=0 framespacing=0>
<frame name="top"
src="$link.setPage("/Top.vm")" SCROLLING="no" MARGINWIDTH="0"
MARGINHEIGHT="0" FRAMEBORDER="no" BORDER="0" NORESIZE/>
<frame name="fastSearch"
src="$link.setPage("/FastSearch.vm")" SCROLLING="no" MARGINWIDTH="0"
MARGINHEIGHT="0" FRAMEBORDER="no" BORDER="0" NORESIZE/>
<frame name="main"
src="$link.setPage("/Home.vm").addQueryData("Mode","display")"
MARGINWIDTH="0" MARGINHEIGHT="0"/>
<frame name="bottom"
src="$link.setPage("/Bottom.vm")" frameborder=0 framespacing=0
SCROLLING="no" MARGINWIDTH="0" MARGINHEIGHT="0" FRAMEBORDER="no"
BORDER="0" NORESIZE/>
</frameset>
I keep useful data for my frames in the Session object.
The problem is that each time i press the reload button on the browser,
it executes again the LoginAction (I've made some changes to this
action, i need to keep some additional ACL data for my users), keeps the
turbine objects in the session, but deletes the objects i've saved in
the session object. Explorer prompts me With the post window and ask me
to repost the username and password. Netscape gives me an ERROR in the
"main" frame, because it does not find the objects i saved. (Null
Pointer EXCEPTION)
I suspect Turbine empties the session object before calling the
LoginAction, but does not create a new one.
This because i always check the SessionID before and after the reload,
and it does not change. It is the same Session.
If somebody can help me i'll be grateful.
Cheers Fabio
--
W�rth Phoenix Srl
Via Kravogl 4, I-39100 Bolzano
Tel: +39 0471/564111
Fax: +39 0471/564122
mailto:[EMAIL PROTECTED]
http://www.wuerth-phoenix.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>