Re: rest-plugin: paramPrepareParam + Namespaces

2011-08-30 Thread Dave Newton
On Tue, Aug 30, 2011 at 1:25 PM, M. Rakowski wrote: > 1) paramPrepareParam-Stack: > It seems that the rest plugin does not support paramPrepareParam-Stack. Define "support"; the REST plugin defines its own interceptor stack [1] and if you're modifying it you'll need to keep that in mind. Paramet

rest-plugin: paramPrepareParam + Namespaces

2011-08-30 Thread M. Rakowski
i have some questions about the rest-plugin: 1) paramPrepareParam-Stack: It seems that the rest plugin does not support paramPrepareParam-Stack. The setId-method is always called after the prepare-Method. Is the only way to solve it to use the query string (action?id=xy instead of action/xy) or