Jothi
Jothi

Reputation: 15090

How to get http request object in displaytag decorator?

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

Answers (1)

Jothi
Jothi

Reputation: 15090

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

Upvotes: 1

Related Questions