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");
This is developed using Resume / Suspend Plugs.
From portal JSP page itself not triggering. How to resolve this problem??????
Can any one tell this requirement is it possible with Calling JSP in CE EHP1 or we need to go for Islands??
Please any one provide some information about Islands? Sample Application ?? Tutorials??
Regards,
Satya.