Hi, Does anyone know if there is an easy way of appending page parameters to the action query string of a stateless form without overriding Page.getPageParameters() ?
The reason I would want to do this is if I had two forms on the page and I wanted to hold different state in each form. (I would like to do this without using hidden fields - so as parameters tagged on to the forms action string) Thanks, joel
