Posts by Rafael Mori • 85 points
8 posts
-
1
votes3
answers232
viewsQ: Upload PHP files
Good evening, I am currently creating a CRUD, where it will be necessary to upload a file. But I have the following problem: Currently I can upload the file normally, placing it inside a folder in…
-
4
votes1
answer510
viewsQ: Problem with deploying to Heroku
I’m using Maven, Java, JSF, Primefaces, Hibernate, Mysql, CDI and Tomcat 8 on the local machine to create the app. Now I’m trying to climb up and I’m having great difficulty getting the project up…
-
0
votes1
answer246
viewsQ: Jsf&primefaces CSS problem
Project -- JSF CDI Mysql //I am not using Maven Good afternoon, my question is this: I would rather use style="...." ; in xhtml code, to make the code more elegant, make use of css. for example, I…
-
1
votes1
answer165
viewsQ: Doubt about JPQL
I honestly have a certain difficulty with comics, and I need a JPQL that returns only one record. I have a Price entity and a Product entity. I need to bring the last registered price by the user. I…
-
0
votes1
answer175
viewsQ: Springboot Merge
I am using Spring Full, with Thymeleaf and Springboot, but my question is about Springdata, after implementing the interface to make use of the methods that Spring provides in Restpository, when…
-
1
votes0
answers311
viewsQ: Problem with Widfly
I am having an error starting the library project with Widfly 10. Until the part connecting with the bank was working, agr when connecting with mysql am having problems. I’ve already set up the…
-
1
votes1
answer94
viewsQ: Problem with JSF
I have a screen and I would like to each product added, I could choose a quantity and then calculate that quantity multiplying by the value of the product. However, I have no idea how to do this,…
-
0
votes0
answers64
viewsQ: Problem with JSF & JPA Lists
I don’t know if it’s right the way I’m doing it, but I got a problem: java.lang.Illegalargumentexception: id to load is required for loading. When I try to remove a template from the list, and also…