search for: rjscontroller

Displaying 3 results from an estimated 3 matches for "rjscontroller".

2009 Aug 26
1
rJava error for large XML object return in StatET plugin
..."0.8018022766" ypred="0.86" yloess="1.0472"/> The XML object when created with less than 800 rows does get created. Does it have anything to do with the size of xml. org.eclipse.core.runtime.CoreException: Communication error at de.walware.statet.r.nico.impl.RjsController.rjsRunMainLoop(RjsController.java:191) at de.walware.statet.r.nico.impl.RjsController.doSubmit(RjsController.java:410) at de.walware.statet.nico.core.runtime.ToolController.submitToConsole(ToolController.java:1009) at de.walware.statet.nico.core.runtime.ToolController$ConsoleCommandRunn...
2006 Mar 08
2
RJS - page object in helpers?
Hello, I am using RJS and Edge Rails and I was wondering if the page object should be available in helpers also. For example if I have a helper function def update_flash_messages page.replace_html ''flash_messages'', (show_flash_messages :textilize => true) page.visual_effect ''flash_messages'', :appear end and then in my RJS files I call
2006 Jan 11
6
RJS and layouts
Hi all, I''ve been using RJS more and more for my app and I have sorta run into a possible issue. My app has different user roles that require different layouts. So far, this has worked fine, but now that I''m using rjs more and more I''m finding that the two don''t really work together since I have to rails not to use a layout upon controller method