Skip to Content
0
Former Member
Oct 06, 2005 at 10:34 PM

Multiple JSPs in JSPDynPro Project using Netweaver Development Studio

28 Views

I have a project that I want to have two JSPs in. The first jsp you see before you input data, and the second you see after you input the data. What is the proper procedure for adding a second jsp to your project in NetWeaver Developer Studio? I tried File -> New -> Other -> Simple -> File then calling it myJSPFile.jsp and it adds it but I don't know how to then configure the portalapp.xml file to also include this JSP along with the other one. So basically, when I run my iView I get the first page and on my event it just goes back to the first page. So I think I am not configuring my portalapp.xml file properly. I am placing the JSP in the /dist/PORTAL-INF/pagelet folder along with the other one.