Other issues I've found using JavaRebel with Click: > I also gave it a try newly with JR 2.0. So far I found that: > 1. - changes to the click.xml (e.g. the logging level) are not picked up > 2. - adding setRedirect(MyPage.class) to some button listeners doesn't seem > to be picked always either > (no errors are displayed, but only after restarting tomcat seems to work). > This is quite frustrating cause > it's not easy to reproduce, but it's there only with JR.
3. Adding a public field to a page, the automatic "addControl(field)" is *not* executed in background (as one would expect), so the field is not rendered (only the empty velocity variable - e.g. $button). If I call manually addControl(field) it works of course. Also, after restarting the application this "automatic feature" works again and the field is rendered correctly. So it looks like the auto-binding and other "auto-" features from Click also need to be re-triggered with a click-javarebel plug-in (since JavaRebel doesn't seem to pick them either :( ). A. -- View this message in context: http://n2.nabble.com/JavaRebel-tp2534286p2602294.html Sent from the click-user mailing list archive at Nabble.com.
