cancel
Showing results for 
Search instead for 
Did you mean: 

How to refresh a page?

Former Member
0 Kudos

Hi

I have two input fields with labels Name and Desigantion and two link to action YESand NO , when ever I fill some thing in input fieldS and click on yes(link to action) ,the data should be inserted in db(for that I have RFC) ,and my page should be refreshed(as soon as page get refreshed I keep on entering values in to input fields) if I click on NO I should get POP up Window with two button YES and NO,when I clik on NO both YES and NO (LINK TO ACTION) should be in read only or else,If I click on NO BUTTON(in pop up window) both YES and No(LINK TO ACTION) should be active.finally after filling t he form I have SUBMIT button as soon as I click on it my application should be terminated SAYING U R APPLICATION HAS BEEN SUBMITTED SUCCESSFULLY.can u help me by telling the required code

Thanks

kishore

Edited by: Armin Reichert on Jun 26, 2008 2:12 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi to clear the data after entering create one method clear assign this metod to action button

in that write the code in this method as

wdcontext.currentcontextelement.set<attributename>("");for type String.

wdcontext.currentcontextelement.set<attibutname>(null); fro type date.

try this code i f useful give me points