Skip to Content
0
Former Member
Oct 18, 2005 at 03:45 PM

Help Navigation between JSPDynpages on EP

28 Views

I have two JSPDynpages. The first page takes input as Material number and has a search button on it. On clicking the search button second page comes up and display the details of that material. I have been able to connect to R/3 system using JCO and execute a BAPI to get the material detail from R/3. I have specified the target page in the event handler of the search button such that on clicking the search button control transfers to the second page that displays the detail for that material number.This is working fine for me using tomcat PDK. Also for the data transfer iam using beans and storing the bean objects in session to transfer between pages.

Now i create a new Portal Application project in Netweaver Development kit and copy all my java files and jsps to it and export the par file.In the portal content directory I create a wokset and add two iViews (created iViews from par file) directly to this workset (one iView with material number input field along with search button and the second iView to display the material details).Please note that I am adding iViews directly to the workset instead of adding them to pages and then to the workset. I can see both the iViews in the detailed navigation section but now when I click the search button control doesn't pass to the second iView. Can some one please let me know how is navigation controlled on EP? I also tried using EPCM but that doesn't show material data on the second page.I would appreciate any help in this regard.

Thanks,

Vaibhav Gupta