Hi, I've been trying to receive an array from client side JavaScript (specifcally a sortable serialization, like the one in Scriptaculous) with the @RequestParameter annotation, but apparently it cannot handle arrays yet?
I can retrieve these params with String positions = request.getParameters("newPositions[]"); but it would be nice to have an event handler like Object onUpdatePositions(@RequestParameter("newPositions[]") String[] newPositions) { //... } Am I missing something or it just cannot be done? Is it planned in a future version? Should I file an issue for this? Regards, Raul. -- View this message in context: http://tapestry-users.832.n2.nabble.com/Arrays-in-a-RequestParameter-tp5889775p5889775.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org