Reputation: 15090
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?
Upvotes: 1
Views: 1081
Reputation: 15090
from this.getpageContext() method we can get the request object. this.getpageContext() method is available in the super class.
Upvotes: 1