Skip to content

Commit

Permalink
Modify ContactsResource
Browse files Browse the repository at this point in the history
  • Loading branch information
vbc00297 authored and vbc00297 committed Jun 9, 2010
1 parent ad25333 commit 7eb6a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sample/hello/resources/ContactsResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public Viewable getContactList() {
ContactList clist = new ContactList();
clist.setContactListName("Contact List from jersey service");
clist.setContacts(contacts);
servletRequest.getSession().setAttribute("testfromjersey","test from jersey initialized");
servletRequest.getSession().setAttribute("test from jersey getContactList with /list url:","test from jersey initialized");
return new Viewable("/pages/contacts.jsp", clist);
}

Expand Down

0 comments on commit 7eb6a8b

Please sign in to comment.