How to get http request object in displaytag decorator?

1k Views Asked by At

I using display tag for my application. to render the table in some format i am using decorator. But in decorator method i need Http request object. How do i get it?

1

There are 1 best solutions below

0
On BEST ANSWER

from this.getpageContext() method we can get the request object. this.getpageContext() method is available in the super class.