Skip to Content
0
Former Member
Mar 25, 2009 at 05:09 AM

Unable to call JSP from WebDypro Iview

31 Views

Hi Experts,

In Webdynpro Java application, We want to restrict the file upload

based on file size, without uploading the file.

wdcontext.currentContext().getResource().read(false).available(); (This code with read the file content and returning the size);

To sort this problem, we planned to call JSP from Webdynapro Java

applicatgion.

We are doing all file validations and returning file content back to

webdynpro application. This functionally is working fine if you access

this application from URL. If we include this application as iView in

portal, we are not able get the JSP (displayed as blank screen). We

are using below code to access webdynpro application .

wdThis.wdGetEntry_WindowController().wdFirePlugMySuspendPlug("/TestUploa

d1Web/TestFinal.jsp");

From portal JSP page itself not triggering. How to resolve this problem??????

Regards,

Satya.