cancel
Showing results for 
Search instead for 
Did you mean: 

How to refresh WD based iview?

Former Member
0 Kudos

Hi,

I would like to refresh the webdynpro based iview after every 30 minutes. so what code i have to write in NWDS and in which method and in which controller i have to write.

Thanks,

vijaya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Make use of TimedTrigger UI element and set the property delay to 30 secs

create an action handler for onAction.

Regards

Ayyapparaj

Former Member
0 Kudos

Thanks to both of you.

can you please explain me in detail step by step as i am new to webdynpro

Former Member
0 Kudos

Hi,

Create a new Webdynpro application,

When you create an application wizard will create a component,view for you.

Now expand the componet->Under this Views

Double click on the one created for you.

If you are already in the layout from the tool bar add the timmed trigger ui to the pane (drag & drop)

Select the Ui right click properties

above mentioned properties will be available.

create an action too from the properties.

Once this is done deploy your application to the server.

Regards

Ayyapparaj.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Viji,

using the timedTrigger UI element.set the delay property to the time when you want to refresh the screen.

Regards,

P.Manivannan