cancel
Showing results for 
Search instead for 
Did you mean: 

how to call jsp from web dynpro app.

Former Member
0 Kudos

Hi Frndz,

How can I call a JSP from my web dynpro(and here i don't want to redirect to JSP ),I want to call a JSP which can show a message window as alert on top of WDP view.

Here am using CE 7.2 SP1, and my requirement is to call the model(back end) for every minute interval and need to give alert that how many new records r added.With WDP java i haven't find any option to give alert r notifications about new records added, so am thinking to call JSP where I will pass the parameter which can show a alert r notification(like FACEBOOK n outlook notifications).

Please share any ideas ti achieve this,

Thanks in advance.

Regrads

Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189631
Active Contributor
0 Kudos

Hi,

If your application should open in a new url, then you can use link to url action to open jsp.

You can also use EPCF navigation api to call any pcd page as well external links

i.e

WDPortalNavigation

.navigateAbsolute("link",[parameters]);

Since your passing parameters, you build url in both the cases.

Ram