Posts by Michell Xexeu • 33 points
10 posts
-
0
votes1
answer277
viewsA: Read.xml file on an FTP
I managed to run the code by transforming the XML file into a string and then going back to being an xml, I hope it helps but someone. public class MyFTPClass { private static FTPFile[]…
-
0
votes1
answer277
viewsQ: Read.xml file on an FTP
I’m having a problem reading an.xml file on an FTP, and it displays the following message :"ftp: cifensa.com.br Archivesmaxdata_venda_209016.XML notes (The syntax of the file name, directory name or…
-
1
votes0
answers23
viewsQ: Hibernate Connection
I’m trying to make an application using the Hibernate, but when will I create the file .cfg.xmI don’t recognize the driver of the mysql, even though it’s in my lib the connector of mysql. Someone…
-
1
votes0
answers134
viewsQ: Carrousel does not get responsive
I’m having trouble leaving a page with responsive bootstrap, with the full screen it is correct: When I test to see how it responds on smaller devices, my Carrousel is not responsive: The following…
-
0
votes1
answer858
viewsA: Assign selected item to Jcombobox
I debugged the code and realized that by declaring a String guy size 15 in the database filled in blanks the rest of the string that had been passed in jComboBox, so I filled in the jComboBox model…
-
0
votes1
answer858
viewsQ: Assign selected item to Jcombobox
I have a problem where my jComboBox values are not being returned but the values in the bank are correct. I have a vehicle registration jFrame, which when triggered the search button, calls the…
-
1
votes2
answers219
viewsA: Datatable with jsf
I managed to get the following code by changing the <h:column> </h:column> for <p:column> </p:column>. In case someone else has the same doubts that I, and this the solution.…
-
0
votes2
answers219
viewsQ: Datatable with jsf
I’m having some difficulty using the datatable of the primefaces together with jsf, I tried to implement it in a certain way: <p:tabView> <p:tab title="Alterar Usuarios"> <h:form…
-
0
votes1
answer172
viewsQ: Prime faces does not run the theme "SAM"
When I run my main.xhtml page the theme is not displayed next to the page The tree of the project is attached. Web file.xml <?xml version="1.0" encoding="UTF-8"?> <web-app…
-
0
votes0
answers263
viewsQ: Tomcat message with JSF error 403
I’m using the netbeans 8.1 to develop a JSF application, but when I run the facelets template appears the message I’m posting on the forum. Man Tomcat was installed along with netbeans, and I have…