Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/11/2008, 11:57
Avatar de nelson0416
nelson0416
 
Fecha de Ingreso: octubre-2008
Mensajes: 22
Antigüedad: 15 años, 7 meses
Puntos: 0
Respuesta: Llamar a Java desde JSP

Amigo desde tu jsp creo q deberias llamar la clase java asi:

<%
Test test = new Test();
String T = test.NombreDeMetodoQueQuierasLLamar();
%>
<% =T %>

No estoy muy seguro pero has la prueba y escribe haber si funciona o no... Espero haberte ayudado.