Welcome to the IBM Collaboration Solutions Community IQJam.
UsernamePassword
Reset Password | Register
   
Home | Leader Board | Tags | Help
doing a partial update "beforepageload" 
hi all,
 
I have coded a custom control which requires the page to be refreshed for it to work. The problem is, the refresh is only done after the page has been loaded. If the user refreshes the page before the "client side" partial update has been done, they get a message asking if they want to do a refresh.. 
 
Is there a way to do a server-side partial update or anything?  
 
 
Domino Development / XPages
Tagged
Ben Copeland - about 1 year ago |  |  | Viewed 139 times

There is 1 answer

0votes

You could use the request/sessionscope to set values you want to appear on your components. If the components value somehow is calculated in a partial refresh you should consider changing the design of your custom control. But to give you a reasonable answer I would like to know first what sort of control you are creating.. Why does it need this 'partial refresh'.?



jeroen somhorst - 10 months ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community