Friends,
I have an issue about abstract component that I couldn't solve by myself.
I've created an abstractComponent that calls a jsp from the doContent method.
I wonder if it is possible to call a different method of the abstract component from the jsp.
I don't know if I made myself clear but the fact is:
I have an abstract component that calls a jsp, the user will submit data from this jsp and I wanna know if
it is possible to retrieve these submited data in another method of the same abstract component to possess them
and return it to the jsp.
Hope someone can help me
Thanks in advance,
Ramatís Oliveira dos Santos