> help me to solve this strange problem at my project. The rodrigo2.jsp file
> ( CODE BELOW ) runs fine in JDeveloper but returns an strange exception in
> TomCat 4.1.18. 

Servlets are not in the same package as jsp files; at least not by default. 
"Dica" may be visible in your servlet, but not in your jsp file. In older 
versions of Tomcat (and perhaps JDeveloper) jsp files were in the "root" 
package; which is likely to be your servlet package as well.

Mit freundlichem Gruß / With kind regards
        Holger Klawitter
--
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to