Re: Getting the request object in a class implementing Listener interface cocoon 2.2

2008-06-06 Thread Grzegorz Kossakowski
Imran Pariyani pisze: Hi all, for the old cocoon i.e 2.1.x we use to access the request object inside the ActionListener implementation class with the following code .. final Request request = ObjectModelHelper.getRequest(CocoonComponentManager.getCurrentEnvironment()

Getting the request object in a class implementing Listener interface cocoon 2.2

2008-06-03 Thread Imran Pariyani
Hi all, for the old cocoon i.e 2.1.x we use to access the request object inside the ActionListener implementation class with the following code .. final Request request = ObjectModelHelper.getRequest(CocoonComponentManager.getCurrentEnvironment() .getObjectModel()); for