Hello ...
I would like to call another PortalComponent inside my PortalApplication to handle form-data. Both components are AbrstractPortalComponents and inside the PortalApplication.
first component
response.write("<form action='PortalApplication.PortalComponent2'>"+ "<input type='text' name='textfield'>"+ "<input type='submit' value='post'></form>");
the second component should handle the passed data by the request Objekt.
How can I do that?
Edited by: Jochen Schmitz on Dec 10, 2008 6:47 PM