Adam Taft <adam <at> adamtaft.com> writes: > Is there a particular reason why you are using query string parameters > for your post attributes?
Hmm, I guess there's two issues here: (1) Is my example appropriate according to REST architectural principles? (2) How do you do order-independent multiple parameter processing in Restlet? You make good points about (1), and I will ponder them. I am still interested in the answer to question (2), since I assume that we all agree that REST architectural principles do not exclude the use of multiple query string parameters in all situations. Cheers, Philip

