Skip to Content
0
Oct 11, 2005 at 07:20 AM

MVC: Tell a controller class which controller called it

26 Views

I have to controller pages (page1.do and page2.do) that both shall use the same controller class (CL_CTR).

Can I tell in DO_REQUEST of the controller class whether page1.do or page2.do called the controller class?