Yes I am not getting the response view, which is at particular response, like: when the user is not logged in and save shopping list, so when user click on hyperlink *login *and the request called on ecommerce is "checkLogin/showcart" it works fine in ecommerce
But in my case same link with same request gives the view as "The requested resource (/myEcom/[null-field]) is not available" This is being happened due to double calling of RequestHandler.doRequest method and second time it gives uri string as null-field. -- Chirag
