
24/11/2008, 11:57
|
 | | | Fecha de Ingreso: octubre-2008
Mensajes: 22
Antigüedad: 16 años, 5 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. |