> * The Ujax* classes in the sling/ujax module are renamed to Sling*
so your saying:
o.a.s.ujax.impl.UjaxPostServlet -> o.a.s.servlets.post.SlingPostServlet
o.a.s.ujax.impl.UjaxPostProcesser -> o.a.s.servlets.post.SlingPostProcessor
...
could this not be moved to the org.apache.sling.servlets.defaults bundle?
> * The request parameter prefix ujax: is replaced by sling:post:
> (see below for reasonings)
>
> Regarding the sling:post: prefix. This looks somewhat strange, correct.
> The problem is, that we cannot just use "sling:" instead of ujax: as the
> prefix because this prefix is also used for properties to be written
> back. This would therefore lead to a collision in the parameter prefix
> use. Of course I am open to using something else than sling:post: as
> long as it makes sense and creates no collision which requires extensive
> detection.
so a 'special' parameter would for example be:
sling:postMoveSrc ?
or sling:post:MoveSrc ?
this sounds weird, but ok for me :-)
regards,
--
Toby