> public class MostrarUsuarioAction extends Action {

You have to override execute() method not implement your own method,
Struts1 will not use it. The deafult implementation just return null,
so it means, stop processing.
Change your method name mostrarUsuario() to execute() and should be ok.

If you want to use different methods name's extends DispatchAction and
add parameter attribute to your config.


Regards
-- 
Lukasz
http://www.lenart.org.pl/

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

Reply via email to