I notice that you are attempting to pass itemsPerPage, tableColumns and cursor as component parameters but your are not marking them with the @Parameter annotation.
I think you want to define them as: @Parameter("literal:25") private int itemsPerPage; @Property("literal:4") private int tableColumns; @Property("literal:0") private int cursor; If you need to access these parameters in a template, you will also add a @Property annotation to them. You will not need to @Persist these component parameters as tapestry holds the component configuration in it's component model. -- View this message in context: http://tapestry.1045711.n5.nabble.com/select-event-handler-wont-hit-breakpoint-quarky-runtime-came-back-tp5717846p5717853.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