search for: echo2

Displaying 2 results from an estimated 2 matches for "echo2".

Did you mean: echo
2006 Jul 23
1
some question about ''observer_field''
...;"content1", :url=> { :action=> "echo"} %> <div id="content1"> content1 </div> <div id="content2" > content2 </div> <%= observe_field "content1", :update=>"content2" , :url=> { :action=>"echo2"} %> ** "echo1" and "echo2" do only rendering the text. what i expect is that after i click ''test'', ''content1'' wil be changed, and after that , ''content2'' will be changed too, but what happends in real is only a c...
2006 Jun 19
0
Extending Prototype
An amazing overview of Ajax Frameworks can be found here: http://www.maxkiesler.com/index.php/weblog/comments/round_up_of_50_ajax_toolkits_and_frameworks/ One framework that sticks out is Echo2 for Java (http://www.nextapp.com/platform/echo2/echo/). I still can''t believe what it can do even though I played with demos for two hours straight. I wonder if there is anyone out there crazy enough to try and port it to RoR...