You should call the begin method on the second controller directly and then have that forward to the page you want to call. If you want to run code, before any JSP page is hit within a controller, you should put that code in the onCreate() method. We will run that code before any JSP is hit.
On 12/6/05, Punitha_N <[EMAIL PROTECTED]> wrote: > > 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 > > > > > > >
