Hi all, I've the following variable in my web.xml file:

(...)
 <context-param>
  <param-name>credentials</param-name>
  <param-value>test</param-value>
 </context-param>
(...)

Now I need to access that value from client code, but I'm not sure how
this can be done. Do I need to extend RemoteServiceServlet for doing
It so?.
Thanks in advance,
Jésica.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to