cancel
Showing results for 
Search instead for 
Did you mean: 

where to write JSP Code in WEB DYNPRO

Former Member
0 Kudos

hi,

Is there a provision to write the JSP code in the Web dynpro application development. Is it possible to write the JAVA Script validations in the WEB Dynpro development.

If yes.. can you tell me where exactly can we write hte JSP code.

regards

Svia_MAranani.

Accepted Solutions (0)

Answers (2)

Answers (2)

htammen
Active Contributor
0 Kudos

Hi Siva,

you cannot use JSP code in your web dynpro applications. The web dynpro runtime does not invoke the JSP runtime.

If you need to display a JSP page inside your web dynpro application you can use an iFrame component and refer to your JSP in this iFrame (source property, I think).

The JSP cannot be deployed with the web dynpro application instead it has to be deployed with a web application archive (WAR) and your iFrame has to refer to this web application.

Regards

Helmut

Former Member
0 Kudos

Hi,

As far as I know this is impossible, but even if it is in some hacky way, this is not good thing to do because it broke the concept of WD.

Best Regards,

Victor.