Posts by Guilherme Vianna • 491 points
13 posts
-
1
votes0
answers46
viewsQ: Application does not starta struts2 and spring4 listeners
I’m using struts2 + spring4 server-based jboss 7.1 on my application. As reported in the title, I’m not getting up the application because the listeners They’re not being squeezed. Someone can tell…
-
0
votes0
answers103
viewsQ: [jersey-Servlet]: com.sun.jersey.api.container.Containerexception: The Resourceconfig instance does not contain any root Resource classes
I’m trying to get application up in WAS 8.5, but I’m making this mistake when deploying, and with that the application does not run. WEB.XML <servlet>…
-
1
votes2
answers862
viewsA: Converting String to Date and adding days to a specific date.
Thanks for the @agcorrea tip. I did otherwise using Split.It makes the values separated by the character that is defined in the tag, turn arrays, thus making it possible to add days only to the…
-
2
votes2
answers862
viewsQ: Converting String to Date and adding days to a specific date.
I’m trying to sum up a date with another 30 days, down with the way I’m trying to do: function validarContinuacaoCiclo(){ var dataEmissaoGuia = $("#hiddenDataEmissaoGuia").val(); var…
-
4
votes1
answer1994
viewsQ: Grouping in the Ireport
I am developing an application in Java where I extract PDF and EXCEL reports, using Jasper with Ireport(3.7.2).One of these reports needs to have data grouped by a certain element. I did some…
-
11
votes1
answer796
viewsQ: How to bring the total of each column in Footerrow from a jqGrid?
I’m using the property grouping of jqGrid (4.6.0) with jQuery(1.11.0), but I could only generate the total per column and that’s not what I want, I would like the overall total. jqGrid contains the…
-
3
votes1
answer505
viewsQ: Does jqgrid support line break formatting?
I’m developing an application where I use Jquery(1.11) with Jqgrid(4.54). This application has already been developed in ASP, where in its contents there is a login data totalizer along with the…
-
4
votes1
answer277
viewsQ: CSS incompatibility with jquery blockUI in IE 8
I’m using jquery 1.11.0 along with the plugin jquery-blockui 2.66.0 and when locking the screen, the div white background on IE 8 and earlier. Follow the images: The call to blockUI: $.blockUI({…
-
4
votes1
answer832
viewsQ: How to implement a chart using amCharts?
I am trying to implement a bar/column chart using the tool own amCharts that uses XML, but I’m not able to edit it to get a specific bar. What would be the simplest solution for implementation using…
-
2
votes1
answer174
viewsA: How to export inside the subGrid?
Guys I found an easy way to insert the buttons in the subgrid. jqGrid already provides a mode to insert via a jqGrid "navButtonAdd" function. Below is the subGrid code next to the button code. var…
-
3
votes3
answers19533
viewsQ: How to do a Ubmit sending filled data in the form to an email?
<div id="mainDiv"> <div id="marca"> <img class="imagens" src="media/img/titulo.png" alt="Titulo"> </div> <div id="anaMaria"> <img class="imagens"…
-
5
votes1
answer174
viewsQ: How to export inside the subGrid?
Information: I’m using the jqGrid(4.54), and also implemented the SubGrid, after opening the SubGrid, it is necessary to export the contents of the open table. Question: There is a way to implement…
-
2
votes1
answer100
viewsQ: Formatting of subGrid in IE is not configured
var subgrid_table_id; subgrid_table_id = subgrid_id + "_t"; jQuery("#" + subgrid_id).html("<table id='" + subgrid_table_id + "' class='scroll'></table><div…