Posts by user26776 • 33 points
4 posts
-
0
votes1
answer27
viewsA: Refresh to a datatable
Already solved I put all the class in spring or so <bean id="Verificarsessao" class="service.Verificarsessao"></bean> What made it preload everything I don’t know if I’m right or not but…
-
0
votes1
answer27
viewsQ: Refresh to a datatable
That’s how I’m making a small site in java only when I add a product and click to list the datatable does not update, I don’t know how and I have to do so so that every time the page is displayed…
-
0
votes1
answer169
viewsQ: Httpsession java
I am trying to implement Httpsession in my code but is giving an error in request getsession() what it says The method getSession() is Undefined for the type Httprequest My code import…
-
2
votes2
answers121
viewsQ: Refresh to a div
I’m having trouble applying the following Javascript code to my platform: <script> var $scores = $("#refresh"); setInterval(function() { $scores.load("index.php #refresh"); }, 30000);…