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