facebook

dwr and servlet

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #264983 Reply

    Hi,

    I am using dwr to populate dropdown. Now I require to set request object for user session.

    How can we access request object when calling server from both client as well as server end.

    For example
    We normally do like this

    setting UserSession object
    request.getSession().setAttribute(“UserSession”, userSession);
    getting UserSession object
    UserSession userSession = (UserSession) request.getSession()
    .getAttribute(“UserSession”);

    How will I achieve this with dwr
    Please give an exaple

    waiting for your response

    Thanks

    #264995 Reply

    Riyad Kalla
    Member

    MOving to OT > Soft Dev

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: dwr and servlet

You must be logged in to post in the forum log in