Lukasz Lenart escribió:
Er..what is CamelHumps? No idea about it, sorry... :)
You defined your path in config as /mostrarUsuario (CamelHumps -
JavaClassNamingConvention) but you accessing it like below
http://localhost:8080/gentaiw/mostrarusuario.do
try this
http://localhost:8080/gentaiw/mostrarUsuario.do
As I remember, Tomcat distinct letter case ;-)
Regards
Well, in fact that´s the way i am accesing as defined in the
struts-config.xml:
http://localhost:8080/gentaiw/mostrarUsuario.do
(the url i sent you was wrong -> http://localhost:8080/gentaiw/mostrarusuario.do
I wrote the url instead of copy&paste).
Changed the name of the action to mostrarusuario.do and of course, gives me
error 404 path not found. Anyway, ill check again my action and jsp in case
there is something wrong.
Regards,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]