I have a Spring loaded RESTlet application using the 2.0M6 version.

My ServerResources used to be able to obtain the context-params from the 
web.xml using the Context.getParameters() method, but that's no longer 
the case.  Through my debugger, I can see that the parent of the parent 
of the getContext() method contains the parameters that I need.  This 
grandparent Context is an instance of ComponentContext, whereas the 
others are ChildContext instances.

How do I get access to those Parameters again?

Thank you!
Dustin

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2430610

Reply via email to