Posts by Norton Dos Santos • 23 points
3 posts
-
1
votes0
answers40
viewsQ: text_field com Where to search in Rails
I’m starting to study Rails and am trying to search by name and date on a list. I would like to present on the screen inside the show page this search by name and date where I am trying to create…
-
1
votes1
answer249
viewsQ: Servlet giving error 404
I’m trying to create a posting application, I started studying the Java Web now and every time I run Servlet on Apache 8 it appears a 404 error page. my life package app.web4.servlets; import…
-
0
votes1
answer318
viewsQ: Grab text from Scene Builder to create account screen
How to get text from FXML file? field of the FXML file: <TextField fx:id="usernameSU" GridPane.columnIndex="1" /> controller file: public class signUpController implements Initializable {…