Punitha,
Not sure what you mean by "go to anther controller".
You can address another Controller by hitting Controller.jpf of the
other page flow (assuming that is the name of the Controller file of the
other page flow).
For example, an anchor on a page of the root page flow with context root
"myPageFlow" would provide access to another page flow like this:
<netui:anchor href="/myPageFlow/anotherPageFlow/Controller.jpf">
another page flow
</netui:anchor>
I hope I understand your question correctly.
- john
-----Original Message-----
From: Punitha_N [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 06, 2005 3:42 AM
To: [email protected]
Subject: PageFlowController's begin method is not always called.
Hi
When i select a jsp page in a controller and go to anther controller ,
the
begin() method of the second controller is not called. The second
controller
just loads the another jsp page. I want the begin() method of second
controller to be called before the particular jsp is loaded. Please let
me
know how to resolve this.
Thanks in advance.
Punitha