Posts by Brunão • 334 points
17 posts
-
1
votes1
answer162
views -
2
votes1
answer623
views -
3
votes1
answer1362
viewsQ: How to convert from Timestamp to Calendar?
I need to convert a resultSet of the returning bank in Timestamp in a Calendar type variable.
-
0
votes0
answers32
viewsQ: JSP problems using JSTL and JBOSS
I made a Hello World to test the application but the JSP page is not being rendered. Only the source code of the page appears. Is there any extra configuration? I even put all the dependencies in my…
-
0
votes1
answer116
viewsQ: Maven Project in the SVN
I have the following Maven project structure in my Workspace: system (with POM configured to consolidate all projects below) DAO EAR MODEL WEB VO I am developing in partnership and we have chosen to…
-
1
votes1
answer110
views -
0
votes1
answer622
viewsQ: Folder monitoring on Linux
I could use some help. I need to assemble a shell script monitor 4 folders where each one receives a file with template different from the other. I need that when the file arrives an e-mail be sent…
-
1
votes0
answers506
viewsQ: Dbdesigner 4 + Mysql connection problem
I can’t connect the tool DBDesigner with the MySQL. When I try to connect the message appears: dbExpress: Invalid Username/password I found in some forums the suggestion to type in the Mysql prompt…
-
2
votes2
answers8864
viewsQ: Formatting date field with jQuery Masked Input
Expensive, I searched and tested in many ways how to format a date field in jQuery but it’s not working. I’ve imported the jQuery Masked Input in the JSP:…
-
2
votes1
answer208
viewsA: 500 Action does not contain method named
Guys, I managed to solve my problem with a simple change in the parameters of the Actionforward method. The problem was the method: public Actionforward detail(Actionmapping Mapping, Actionform…
-
3
votes1
answer7738
viewsQ: How to validate multiple fields in a form?
I’m in need of some help with some basic logic... I have a form with 4 fields that when I do the submit on the button, I need to validate if at least one of the search fields has been filled in. I…
-
3
votes1
answer208
viewsQ: 500 Action does not contain method named
I’m making an action call but I get Exception that the method doesn’t exist in Action: 500 Action[/historicoAction] does not contain method named listar Would anyone know what’s going on? Follows…
-
0
votes0
answers92
viewsQ: PDF in Reporting Service
Guys I got a problem. I’m using Visual Studio 2003 to generate a report. When I ask to view the report, everything appears straight. The problem is when I have the PDF generated. It is disposing…
-
0
votes1
answer318
viewsQ: SQL history query
I am in need of a help with SQL. I need to do a query that returns a history of the current date up to 7 days behind. Could someone please help me?
-
0
votes1
answer174
viewsQ: google plugin problems in eclipse Luna
I’m having some problem with the google plugin on eclipse Luna. I downloaded all the content by the eclipse sowtware internal installer. I put the url Google Update Site for Eclipse 4.4 -…
-
0
votes2
answers3103
viewsQ: Calendar in an Android app
I am trying to develop in my android app, a functionality from where I can consult, register, etc events in a calendar. I tried Calendarview and reached the point of clicking on a date and firing an…
-
2
votes1
answer3631
viewsQ: Graphics on Android
I need to implement a bar chart in an Android app. Can anyone help me? I only found google-Chart but did not understand how to apply to the app.