I'd be very surprised if a mixin would work. Tapestry's form is hard-coded to require post
Form.java ======= private void executeStoredActions() { String[] values = request.getParameters(FORM_DATA); if (!request.getMethod().equals("POST") || values == null) throw new RuntimeException(messages.format("core-invalid-form-request", FORM_DATA)); -- View this message in context: http://tapestry.1045711.n5.nabble.com/form-method-GET-tp5719423p5719440.html Sent from the Tapestry - User 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