Hi all
I want to create custom commands and i have achieved to create one by extending AbstractCommand.
The thing is that the user interface is built creating the htmlb components from java code. I want to use a jsp for this. ¿How can I redirect to a jsp from the AbstractCommand class?
Does anyone know any documentation that can help me to do this?
Thanks in advance.