Posts by Nicolas Holanda • 11 points
2 posts
-
0
votes1
answer578
viewsA: Error the request doesn’t contain a Multipart/form-data or Multipart/Mixed stream
Tag <h:form>, add the attribute enctype="multipart/form-data". This is a mandatory attribute when your form has file uploads.
-
1
votes0
answers39
viewsQ: setx and setY do not work in the pane (Javafx)
I’m having a problem setting the x and y position of an Imageview in a Javafx Pane. It is a loop code and, the first time the method is called, it arrow the img object at the specific coordinates…