On Fri, Aug 23, 2013 at 3:28 PM, Martin Grigorov <mgrigo...@apache.org> wrote: >> I'd like to extend to pages as well: have stateful pages be able to >> respond to updated request parameters. > > See https://issues.apache.org/jira/browse/WICKET-4441 > I know of 3 users complained with this problem. Don't ask me to dig the > mails. Just FYI.
Yup, this is what triggered the RFC in the first place, when we started looking at how we would like to see how page parameters should work. Having done largish projects with JAX-RS, we feel that that programming model is a vast improvement over the current implementation in Wicket. It is something I'd like to spec to death in the RFC on how to work with existing stateful pages and parameter injection. Martijn