Posts by MiguelCPJava • 110 points
7 posts
-
1
votes2
answers381
viewsA: Hibernate connection problems with Mysql Database
From the codes you showed, it could be the bank path you declared name="javax.persistence.jdbc.url". See also the library, connector, mysql is in your classpath.…
-
1
votes0
answers141
viewsQ: Springsecutiry and JNDI Authentication Problem
I have an authentication problem when I add the datasource in my project, it happens that when trying to login the authentication is performed but not the transition to the post-login page. I use…
-
1
votes1
answer150
viewsA: Increase menubutton box
You can increase with css believe the commands you can check in this website or you can view in this website. These links are the css that the primefaces uses in its previous versions,the first is…
-
2
votes1
answer2513
viewsQ: Get Absolutepath from input type="file"
I am trying to get the complete path of the directory through the file type input, but so far I can only get a previous folder, for example, I have the folder in the…
-
1
votes1
answer67
viewsQ: Help in RSS News Engine
Good night, you guys, I’m trying to make an RSS news engine well television style the code is open and can be seen on Github, I’m trying to do with the fadeout and fadein effects but is only being…
-
3
votes1
answer91
viewsQ: Help with onitemclick listview
I’m trying to get a Toast appears as soon as user chooses an option from Listview, however, when the user chooses the option, it is first loaded to Acticity and then the Toast, and what I really…
-
0
votes2
answers2674
viewsA: Generate PDF with Jasper and download without storing it
You can change the header by placing: HttpServletResponse response = (HttpServletResponse) facesContext.getExternalContext().getResponse(); response.reset();…