Questions tagged [reloading]
99 questions
4
votes
2 answers
Re-loading remote drools guvnor resource at drools-camel-server
I am using drools-camel-server 5.4 final to execute the rules fetched from guvnor on jboss AS7 as follows:

bhochhi
- 140
- 1
- 2
- 10
3
votes
1 answer
Page is getting reloading even after applying AJAX
I am trying to delete a row of database. Records are getting delete but the problem is page is reloading. As, I am using AJAX, page shouldn't get refreshed.
Here is the js function:
function delThis(id)
{
var deleteRow = id;
var page =…

Kapil Garg
- 173
- 1
- 2
- 8
3
votes
2 answers
How to reload only a userscript, i.e. without reloading the page?
I'm working on a Greasemonkey userscript for a web app that needs configuration steps before I can actually test my userscript's functionality. So every time I reload the page – to refresh my userscript from the updated file –, I have to reconfigure…

Leaky
- 3,088
- 2
- 26
- 35
2
votes
3 answers
HTML anchors that work from other pages without reloading the host page
My navigation menu is generated in a single PHP file and included in each page. Some of the links are simply anchors on the homepage. When the user is on another page, these links should take them to the home page and then to the appropriate anchor.…

David Jones
- 10,117
- 28
- 91
- 139
2
votes
2 answers
Hot reloading in typescript code in VS Code
// Immediately invoked function Expression (IIFE_)
var message= "Hello World";
(function pro(msg: string): void{
console.log(`The message is: ${msg}!`);
})(message);
Above is the code I wrote in VS code using typescript. I read about this…

Alias D
- 53
- 1
- 6
2
votes
1 answer
uWSGI - unresponsive after reloading workers
I'm trying to let uWSGI refresh its workers, because they are leaking a bit of memory. However, after reloading the workers it's no longer responsive. Am I forgetting something?
uwsgi --http-socket 0.0.0.0:8000 --wsgi-file entry.py --processes 3…

Tommos
- 820
- 5
- 14
2
votes
2 answers
Site is not auto reloading if "ng serve" is running
I have tried many online solution but none of them worked. My issue is that when I change anything in the file, browser is not reloading the page. Below are the configs of my project
Angular: 4.3.1
... animations, common, compiler, compiler-cli,…

Ahmer Khan
- 747
- 1
- 10
- 31
2
votes
3 answers
Java, runtime class reloading
I am looking for a way to reload a class into Java at runtime. The motivation is to make debugging more efficient. The application is a typical client/server design that synchronously processes requests. A "handler" object is instantiated for each…

Mike
- 58,961
- 76
- 175
- 221
2
votes
1 answer
Dynamically recompile and reload a class
I'm building a server in java that can receive java source files, and it should dynamically compile it using JavaCompiler and then load the class. However the problem is that if the server receive a file with the same name but different content, it…

emmaBYP
- 21
- 2
2
votes
2 answers
How to let IDEA directly debug grails 2.3.x application just like GGTS 3.5?
Because of Grails 2.3.x's new forked execution, IDEA(now version 13.1) can only debug it remotely.
But GGTS 3.5/M2 can debug it directly even in forked execution.
Can IDEA do the same thing just like GGTS 3.5?
Or can I fully disable forked execution…

Flashing
- 21
- 2
2
votes
1 answer
jquery ajax call reload page
I am working on an asp.net mvc page where I am passing a string to controller post method to get records and populate on view. But With my code My viewmodel gets correct records with ajax call but view is having same old number of records. I think…

Kurkula
- 6,386
- 27
- 127
- 202
2
votes
2 answers
AJAX login without reloading page
I was logging into my iCloud account and I was wondering how it was possible for them to log me in without reloading the page. As I know it is not possible for jQuery to execute any PHP scripts, nor possible to create a session after the page has…

Corfitz.
- 1,864
- 3
- 31
- 53
1
vote
0 answers
How to fix salt-minion service entering "reloading" state after executing apache.modules
Facing a strange issue!
On listing apache modules on minion by executing following command from salt-master,
# salt 'target' apache.modules
on minion, salt-minion service enters "reloading" state.
# systemctl status salt-minion
●…

Sonal
- 11
- 2
1
vote
1 answer
webbrowser not refreshing stylesheet
I post the complete code below, so you can see what I'm doing.
Situation:
I create a IHTMLDocument2 currentDoc pointing to the DomDocument
I write the proper string
I close the currentDoc
program shows me the html code including the CSS stuff 100%…

Vince
- 11
- 1
1
vote
1 answer
Mat-tab not underlying when reload
I am using mat-tab from Material Design, Angular. When I click on a tab then it becomes active and becomes underlined
However, when I reload the page on the browser, the active attribute is still true but the underlying is not appearing
Would…

LoWay
- 61
- 1
- 5