Hello

I've a problem with getting url param in the adapter.
For example:
user1 access http://localhost/test.jsp?id=1
user2 access http://localhost/test.jsp?id=2
And the data that push to browser is depends on the parameter id.

How to get the param id in the adapter?

Thanks,
Semua