Questions tagged [partial-refresh]

5 questions
0
votes
1 answer

On success, div is loading only once through AJAX

I am trying to reload the table on every successful quantity change and row deletion in add to cart using ajax. But the table is getting reloaded only once after that no change is being observed. Here is the code:
0
votes
0 answers

Xpages Partial refresh with HTML ID

I have an InputText which has a function onChange. This function triggers an HTML component with partial refresh. EveryClass in this DIV works great. but If refreshID is a XPages Design Element Partial Refresh works fine but CSS class does not. For…
Cumhur Ata
  • 809
  • 6
  • 18
0
votes
1 answer

Xpage multiple partial Update at the same time

I have a sever side javascript from where I am calling Java Class to write the content to the file by reading a view entries. I can show the loader in xpage front end that there is something happing behind. Now the java class iterates through the…
Ajit Hogade
  • 1,072
  • 9
  • 29
0
votes
3 answers

How to display user message outside partial refresh in XPages

I have a panel that contain a link in XPages, the link do a partial refresh on the panel. if the link action is successful I want to display a message to the user outside of the panel. how can this be accomplished?
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
0
votes
1 answer

Partial refresh do full refresh when using onkeyup

I have an input field and a button containing the same code and same partial refresh, The button works fine and do the partial refresh but when entering "enter" in the input field there is a full refresh. what am I doing wrong
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62