Hi All,
I’m developing an application where Application-Designer-based application will work in conjunction with a Struts-based application.
A very simple scenario is as follows :
- An Application-Designer-page which includes two text inputs and a submit button is integrated into a JSP page through IFrame.
- After filling into the fields, I want to go to another JSP page (which is a non-Application-Designer page) by submitting the form.
- In the target JSP page, I want to print out the values which were submitted from the Application-Designer-page.
I know that, through a database connection or sthg like that, this scenario seems easy to implement.
But is it possible to do that by using request or session objects?
And, is there a more “classy” way to navigate to a non-Application-Designer page than using “OpenPageInTarget”?
Regards,
Mehmet.