Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/04/2008, 10:33
cuyawero
 
Fecha de Ingreso: abril-2007
Mensajes: 43
Antigüedad: 17 años, 7 meses
Puntos: 0
Problema Almacenando un valor en una variable

Buenas.. tengo la siguiente mega duda... Bueno programando en asp.. me ha funcionado a la perfeccion pero ahora tratando de hacer lo mismo en jsp (java) no me va aqui les dejo la asignacion.

Código:
String wf_padre =request.getParameter("wl_wf").length() > 0?request.getParameter("wl_wf") + "":0;
y me arroja el siguiente error cuando trato de abrir el navegador espero sus respuestas.. saludos..!


HTTP Status 500 -

type Exception report

message

descriptionThe server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP

PWC6197: An error occurred at line: 14 in the jsp file: /index.jsp
PWC6199: Generated servlet error:
string:///index_jsp.java:66: incompatible types
found : java.lang.Object&java.io.Serializable&java.lang.Co mparable>
required: java.lang.String