Hi,

Tobias Bocanegra schrieb:
On 7/30/08, Felix Meschberger <[EMAIL PROTECTED]> wrote:

 A simple use-case could convince us to consider other options ...
yes, a simple form, that posts to a resource irrespective if it exists or not:

<form method="post" action="/foo/bar.html">
<input type="text" name="title" value="">
</form>

May be too simple ;-) Because the form could just as well be written as:

<form method="post" action="/foo/bar">
   <input type="text" name="title" value="">
</form>

In fact, this form even clearly indicates directly and exactly what content item you are about to modify, without having in mind some Sling operations applied to the URL.

Regards
Felix

Reply via email to