similar to: Struts with PrototypeJS

Displaying 20 results from an estimated 8000 matches similar to: "Struts with PrototypeJS"

2014 May 07
0
CESA-2014:0474 Important CentOS 5 struts Update
CentOS Errata and Security Advisory 2014:0474 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0474.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 1cc4200256cb0a4ae91db1bde3b5f4cdf6b9ab4e920d0c33934bae1a3b2e0bfe struts-1.2.9-4jpp.8.el5_10.i386.rpm
2007 Dec 26
1
Typos on prototypejs.org
Guys maintaining prototypejs.org, have a look: http://dev.rubyonrails.org/ticket/10618 far from top priority tickets but we''re already overburdened by open tickets that need attention. MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send
2006 Mar 23
0
Porting from Struts to Rails
Hi all, I''ve been put into the unique position of having to port a J2EE app using Struts and Hibernate over to RoR. The good news is that it''s not a terribly complicated application. The bad news is that I know next to nothing about Struts. I took some Java classes in my university days and have had the opportunity to work with a couple Java developers in the past, so
2006 Aug 10
0
Ajax In place edit with Struts
Hi All, First of all my apologies if this is not a correct place to post it. Please direct me to correct place. I am using scripataculous inplace edit with struts framework. I am having some text with double quotes and single quote. If the user types it normally then in the callback function i am doing encodeURIComponent before doing a post and everything works fine. I have the encoding set
2007 Nov 09
1
Prototype API Docs inconsistency
Hi, If you follow those two links (watch the case difference) : - http://www.prototypejs.org/api/element/getElementsBySelector - http://www.prototypejs.org/api/element/getelementsbyselector You''ll see that the first one does not indicate the 1.6 deprecation even though it is the same method. I guess those docs where generated, so the problem might exists elsewhere in the docs. Thanks
2006 Aug 02
4
Struts
I have a STRUTS based webapp and I want to port it to RUBY/RAILS... Can anyone suggest a migration strategy...I would like to migrate my struts actions over time if possible. Jim _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
2006 Nov 05
4
Why Struts2 use dojo instead of Scriptaculous?
Hi, I''m using prototype/Scriptaculous in my open source project JSControlsTags http://jscontrolstags.sourceforge.net/ I''m Struts user and in the new version Struts2, the framework integrate AJAX with dojo and not with Prototype/Scriptaculous. I asked in the Struts forum, why Struts2 integrate by default dojo and not scriptaculous. Here Struts answer : ------------------------
2007 Apr 24
0
Prototype 1.5.1 release candidate 3 is out.
Read the full announcement: http://prototypejs.org/2007/4/24/release-candidate-3 Get it now: http://prototypejs.org/assets/2007/4/24/prototype.js --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to
2008 Feb 15
2
Where to report typos/bugs in the Prototype API online docs?
I was wondering where to report typos/bugs for the Prototype online API docs (http://prototypejs.org/api)? Seems a bit overkill to submit typos to the Rail Trac - but perhaps that''s the correct place? Additionally, the website indicates that this documentation is written in Markdown. Is the documentation from which the online API is generated in SVN? I saw a documentation branch
2007 Mar 01
3
co.mments interesting
How is http://www.prototypejs.org/ being used in this program below http://co.mments.com/ Go here enter the following URL http://torrentfreak.com/interview-with-bram-cohen-the-inventor-of-bittorrent/ Now click track See how the page is stripped and displayed. I think this has to do with the use of Prototype Please let me know thanks... --~--~---------~--~----~------------~-------~--~----~
2006 Nov 24
1
prototype crashes IE6
IE 6 SP1 crashes on pages with prototype.js AppName: iexplore.exe AppVer: 6.0.2900.2180 ModName: kernel32.dll ModVer: 5.1.2600.2945 Offset: 00012a5b It''s suggested that TextWare''s QuickFind BHO is causing the crash and that uninstalling it does the trick! I wan''t to find exactly what part of prototype is causing this... My findings will end up here and on
2008 Jun 09
3
Prototype + Chess !?
Not sure how many of you saw this article => http://www.prototypejs.org/2008/5/28/an-interview-with-piotr-dachtera but Chess.com is looking for 1 more JavaScript guru to help build out Chess.com Live Chess! We need help optimizing the javascript libraries we are using, etc. Please email chessdev=>gmail if you are interested. Thanks! --~--~---------~--~----~------------~-------~--~----~ You
2008 Feb 07
3
Adding my own extensions with Elements.addMethods()
When I add my own extensions to DOM elements, is there a way to only add my extensions to the specific types of DOM elements (e.g. SELECT) to which my extensions apply or are intended to operate? Based on the Prototype API documentation (http://prototypejs.org/learn/ extensions), it appears that anytime I extend an element, all the extensions (Prototype''s and my own) are copied to that
2008 Jan 04
7
1.6 cheatsheet
Hey has anyone seen a 1.6 cheatsheet around? Johnathan Snook did a nice 1.5 one but I''ve been working with 1.6 for a while and while I can use prototypejs.org, cheatsheets are handy for jogging memories.. I checked his blog, nothing there for 1.6. Gareth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2007 Aug 15
4
Prototype TimedObserver Error
Hi! I have tried the demo code from http://www.prototypejs.org/api/timedObserver and get a "Null value" error in Safari and a "element has no properties" (line 2753) error in Firefox. I use prototype version 1.5.1.1 My html code looks like that ... <html> <head> <title>Test</title> <script src="prototype.js"
2006 Jan 19
7
Rails or Java J2EE (Spring, Struts Shale) - scalabilty
Hi, normally I am doing all my webprojects with PHP. But now I am planning to use a framework, either Ruby On Rails, or Java in particular J2EE with Java Spring, or Struts Shale. Well, I already tried RoR a few month ago, so I am simply comparing it to the Java alternatives now. My problem is, that maybe using Java for my projects is like using a dredger to grub a small hole :) But on the other
2007 Apr 04
0
SV: toggle.appear focus on div problem / question
Is this what you want: http://prototypejs.org/api/element/scrollto -Tobias -----Oprindelig meddelelse----- Fra: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs@googlegroups.com] På vegne af natquick Sendt: 4. april 2007 12:53 Til: Ruby on Rails: Spinoffs Emne: [Rails-spinoffs] toggle.appear focus on div problem / question Hi there, Can anyone help me,
2008 Jul 11
1
prototype.js breaks treemenus from pear HTML_TreeMenu in safari
hi all i see a very strange behavior in safari when using prototype.js and the pear HTML_TreeMenu to reproduce get prototype.js (http://www.prototypejs.org/assets/ 2008/1/25/prototype-1.6.0.2.js) and treemenu.js (http://cvs.php.net/ viewvc.cgi/pear/HTML_TreeMenu/TreeMenu.js?revision=1.22). and test the following html with safari on mac or windows (http:// www.apple.com/safari/download/)
2008 Jan 23
1
IE7 Object Expected Error
Greetings All, I''ve got a problem in IE7. It''s throwing an "Object expected" error when I try to use the new operator to instantiate an object created with Class.create() in Prototype 1.6.0. The code for the object is here: http://pastie.caboo.se/142561.txt. It''s an in-house dialog-like class. I pasted the example code for Class.create() from the API
2007 Oct 29
0
Google Gadget built with prototype
Greetings Everyone, I have created a new Google Gadget, this gadget combines three awesome services by Google, Gadget, Ajax Web Search and Custom Search Engine. All glued together with very well designed javascript classes built with prototypejs. The gadget is flexible in its settings to allow any CSE or site restriction but with a few customizations could be repurposed