You must use CSpHtml.reset() method before you call load("page").
For example:
public int this_onSessionTimeoutEvent(CSpProjectSessionEvent event)
{
CSpHtml.reset();
((CSpPage) CSpider.getPage("TimeOutError")).load(" ","_top");
return (STOP);
}
I hope it helps you
Maite
"sreenivasa.gopal" wrote:
> Hello,
> How do you load another page in onBeforeRowDisplay event?. When i call
> load("pageXYZ") method and return STOP both page from which load is called
> and pageXYZ are loaded. I believe it is because returning STOP means stop
> dispaying cspRepeated. IS there any way i can load a page in
> onBeforeRowDisplay ?. Any help in this direction is greatly appreciated.
> -TG
_________________________________________________________________________
To unsubscribe from this mailing list please send an email to:
[EMAIL PROTECTED]
Please remember to use the same email address you subscribed with.
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]