Lukasz Lenart escribió:
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
Thanks for your answer. I have implemented DispatchAction method and it
works fine. As this is my first "big" project in Struts, didn´t know
about these "little details".
One more thing I have learnt ;-)
Best Regards !
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]