dp sharma

Greenhorn
+ Follow
since Jun 18, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by dp sharma

Hi All,

I have upgraded pico-container to 2.9 to use with waffle and want to use ProviderAdapter provide() api to initialise objects.
In pico its done using addAdapter api.
Is there any way to do this in waffle framework

Thanks --

Deepak
Hi Pete,
This doesn't works.. It gives same Login page url.

Hi Jeanne,
Can you please describe it in more detail..

Thanks
- dp
13 years ago
Hi All,

I have a scenario, where I currently on the page (say: www.abc.com/forummodules/2010/abc/index.html) and then I click a url (say: www.abc.com/forummodules/2010/report.html?param1=xyz) and if the user is not logged in then he/she is redirected to login page (say: www.abc.com/forummodules/login) before being directed to actual url.

Now the in address bar it shows url: www.abc.com/forummodules/2010/report.html?param1=xyz but I am on login page actually.

I want that address in the url i.e www.abc.com/forummodules/2010/report.html?param1=xyz
when I do request.getRequestedURL() I get www.abc.com/forummodules/login?param1=xyz

doing javascript i can get that required address (using: window.location.href) but is there any way in java to achieve this

Thanks in advance

- dp
13 years ago