Ver Mensaje Individual
  #13 (permalink)  
Antiguo 18/04/2007, 16:46
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: ayuda con una linea...

No, pero si ya tienes el prototype usa un request normal:
Código:
pars = "unParametro=" + unValor;
new Ajax.Request( '/path/al/jsp', { method: 'get', parameters: pars, onSuccess: function(transport) { alert( transport.responseText.inspect() ); alert( transport.responseXML.inspect() ); } } );