Displaying 20 results from an estimated 50000 matches similar to: "server push type"
2007 Sep 25
1
unable to invoke Backing Bean method
Hi all,
I am new to this group, I am using Prototype''s Ajax.Request o make
ajax call but i was not able to invoke my backing bean method. any one
help me please.
My jsf page:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD
2007 Aug 22
0
Multiple Prototype scripts loaded in the same project
Hello,
As more and more libraries are using a Prototype library - multiple
versions of it may be loaded in the same project without people even
noticing that.
For example, we''re developing a JSF application and use Ajax4jsf
library. We use a Prototype by ourselves (just upgraded to RC of 1.6)
but Ajax4jsf also comes with it''s own Prototype (version 1.5.0).
Ajax4jsf folks
2006 Feb 27
0
RE: FW: Calendar widget
Perfect, thanks Marco, great help! Now, why didn''t I think of that? Lol!
-----Original Message-----
From: Marco M. Jaeger [mailto:mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org]
Sent: Monday, February 27, 2006 2:02 PM
To: ''www.dhtmlgoodies.com''
Subject: RE: FW: [Rails-spinoffs] Calendar widget
Thank you Alf - I appreciate your fast response
Marco M. Jaeger | Url:
2007 Apr 03
2
Some cryptic error in IE
Hello,
I am using Sarissa v 0.9.7.6 and prototype v 1.5. In ajax application,
I am retrieving xml string from a local servlet and displaying it using xslt
processing by sarissa. This works perfectly well in FF, however it gives
bunch of error in IE. I have posted same type of problem quite few days back
and I stopped using Sarissa. Now I need to use Sarissa so any help would be
highly
2005 Aug 30
4
Java with Scriptaculous
I know that the prototype library was paired with Rails but I''m curious
if anyone has used the ajax part (of the libraries) with java servlets?
If so could you please point me to some examples or documentation.
Cheers,
Marty
2007 Jun 07
0
Prototype 1.5.1 Content-Type Header
Hi All,
Iam trying to call a SOAP service using prototype.
The service throws a error when the request header ''Content-
Type = application/x-www-form-urlencoded''
Hence i want to overide that functionality.
I used the following code for that.
function makeWSCall(){
var opt = {
method: ''post'',
2006 Feb 14
5
problem with sortable lists and IE
* I sent this message previously from the wrong address so it didn''t go
through so, I apologize in advance if a duplicate shows up *
Hello, I am very new to script.aculo.us and prototype but was trying to
implement some of the cool ajax functionality with Webwork.
I have been having a little trouble with the sortable element demo. I have
the following code below:
<html>
2006 Jun 29
7
Ajax.Request abort question
im using an Ajax.Request to hit a java servlet and do some processing.
during this time, if the user feels the process is taking too long, he/she
can hit a cancel button to kill the request... by calling the
*abort*function off of the transport, will that kill the processing
that my server
is doing as well or just make the client think that the process has ended?
right now i cant seem to get
2008 Jan 19
1
Set Return Type XML in Prototype
Please help i can''t return xml data using prototype.
If i use data from direct xml file then it works fine but when i use
ajax request with header content xml it''s not working
My code just work on IE but in FF it does not working. My code sample
are given below
If any one already done this kinds of job Please help me as soon as
possible.
var xmlDoc;
function Claulate()
{
var
2008 Jan 16
1
IE5.5
Hey Rails, Prototype and Scriptaculous peoples.
I love all three frameworks, my only concern is Prototypes lack of
support in IE5.5
Is there really too much of the framework that IE5.5 can''t handle or
is simply a design decision not to support it?
I want to push web standards forward, but unfortunately there''s simply
stil too many IE5.5 users to ignore. The incorrect box model
2008 Apr 22
1
Problem with Prototype 1.6.0.2, Opera 9 and Form.serialize()
Hello,
following code fragment given:
~~~
function jsPostAppend(script, form_id)
{
if(form_id)
//parameters=''&'' + $(form_id).serialize() // first flavour
parameters=''&'' + Form.serialize($(form_id)) // second flavour
[...]
~~~
This works perfect for FF2, IE7 and Safari3 (in both flavours).
With Opera 9.x, I get the following javascript errors:
2006 Jan 08
0
RE: Replacing an html chunk with a different htmlchunk
Actually, I see there are two other prototype calls:
Element.remove(''foo'');
Which does a parentNode.removeChild(), and
Element.update(''foo'', ''some html'');
Which does element.innerHTML = ''some html'', and executes any script that
is in the string you pass in.
-----Original Message-----
From:
2007 Jan 31
1
Suggestion about Prototype
After I read Prototype API and try it some, I love it much.
It''s a powerful javascript framework and really easy to use.
But I feel something has miss in prototype like,
··· Everything put in one file and cannot separate ···
I think prototype may have feature to load other script into
prototype.
Because this will make prototype user can load only needed part.
Another reason, I think
2006 May 18
1
RE: Rails-spinoffs Digest, Vol 12, Issue 29
Issue 1: <%= @pic %> instead of <% @pic %>
-----Original Message-----
From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of
rails-spinoffs-request-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Sent: Wednesday, May 17, 2006 11:13 PM
To:
2005 Dec 18
3
JavaScript question
Hi guys,
I know this is not the perfect place to ask this question, but I''m
struggling with object-oriented javascript and event-handlers and you
guys are probably the only ones adept enough to help me out with this.
I have this calendar code I hate (and still have to maintain ;) and
wanted to change it to use object-orientation.
So I have written a JavaScript-class called
2008 Feb 21
1
Prototype - Firefox - Slow On Just One Page
I''m using Prototype/Scriptaculous on a large web app. Everything runs
briskly in IE, and everything runs briskly in Firefox except for one
page. On this page, only in Firefox, any code that touches Prototype
runs very, very slowly. In particular:
I use Effect.BlindDown/BlindUp for dropdown menus. Same html and css
on all pages. Flies along on all the other pages; here BlindDown
crawls,
2006 Mar 09
0
RE: extending an existing DOM object in aprototypeway
..lol... and I screwed up the option... one more time...
var myActiveSpanBase = new ActiveSpan({color: "red"});
Object.extend($(''someSpan''), myActiveSpanBase);
$(''someSpan'').setup();
Or, more concisely...
Object.extend($(''someSpan''), new ActiveSpan({color: "blue"});
$(''someSpan'').setup();
2007 Jul 19
0
ASP.NET AJAX Web Services and Prototype Version 1.5.1.1
I wanted to use a web service published with ASP.NET AJAX from
Prototype Version 1.5.1.1
It''s easier to call an ASP.NET AJAX web service by using an ASP.NET
AJAX page with a proxy class, but I have an application which still
has many Classic ASP pages and using Prototype seemed like a better
idea than hand coding the the interactions, or figuring out how to
include all the right ASP.NET
2006 Nov 12
1
prototype and json
I''m using the "Prototype JavaScript framework, version 1.5.0_rc1" and
when I add the json.js script (http://www.json.org/js.html) to the
document, I get an "Too much recursion" error.
Is this version of prototype making some incompatibilities with json.js?
Have prototype built in methods for working with json (array 2 json,
object 2 json, etc)?
Thanks.
2008 May 30
1
Prototype doesn't work if we have swf content on the same page
I having to many troubles with prototype and scriptaculous when i have
object tag to embed swf content on webpage. First it conflict with
adsense and the page can''t be showed on IE6, fine, i remove adsense
banners. But my lightbox galery(maded with prototype) doesn''t work if
i had swf content from youtube...
Some body can help with this problem?
I''m starting hate