hola tengo un jsp q me muestra una tabla de productos consultados desde mysql, en una columna muestro un checkbox de cada producto, para q escogan uno o varios productos, pero al momento de compilar me marca los siguientes errores:
D:\mis documentos\Mis documentos\NetBeansProjects\pruebapro\build\genera ted\src\org\apache\jsp\productos_jsp.java:221: 'catch' without 'try'
} catch (Throwable t) {
^
D:\mis documentos\Mis documentos\NetBeansProjects\pruebapro\build\genera ted\src\org\apache\jsp\productos_jsp.java:221: ')' expected
} catch (Throwable t) {
^
D:\mis documentos\Mis documentos\NetBeansProjects\pruebapro\build\genera ted\src\org\apache\jsp\productos_jsp.java:221: not a statement
} catch (Throwable t) {
^
D:\mis documentos\Mis documentos\NetBeansProjects\pruebapro\build\genera ted\src\org\apache\jsp\productos_jsp.java:221: ';' expected
} catch (Throwable t) {
^
D:\mis documentos\Mis documentos\NetBeansProjects\pruebapro\build\genera ted\src\org\apache\jsp\productos_jsp.java:228: 'finally' without 'try'
} finally {
D:\mis documentos\Mis documentos\NetBeansProjects\pruebapro\build\genera ted\src\org\apache\jsp\productos_jsp.java:47: 'try' without 'catch' or 'finally'
try {
D:\mis documentos\Mis documentos\NetBeansProjects\pruebapro\build\genera ted\src\org\apache\jsp\productos_jsp.java:232: reached end of file while parsing
}
7 errors
D:\mis documentos\Mis documentos\NetBeansProjects\pruebapro\nbproject\bu ild-impl.xml:454: The following error occurred while executing this line:
D:\mis documentos\Mis documentos\NetBeansProjects\pruebapro\nbproject\bu ild-impl.xml:211: Compile failed; see the compiler error output for details.
son errores del codigo que genera el jsp, es del codigo java para generar el jsp y la vdd no tengo idea el por q me hace esto, si necesitan el codigo q esta incrustado en el jsp, me lo piden por q ya no alcanzo los caracteres permitidos