-
- Downloads
Update Municipio option's list based on the Estado
Update Municipio option's list based on the Estado chosen. Steps: 1) Client sends a request to the server using estado as parameter. 2) Server receives the request, generates the list based on the Estado and sends as response a complete view/page ("orgaoexecutores/create") containing that list 3) Client receive the response, processes it to get only the list, and exchanges the list of the page for the response list.
Showing
- src/main/java/br/ufpr/c3sl/estacaojuventude/Municipio.java 4 additions, 0 deletionssrc/main/java/br/ufpr/c3sl/estacaojuventude/Municipio.java
- src/main/java/br/ufpr/c3sl/estacaojuventude/web/OrgaoExecutorController.java 24 additions, 6 deletions...pr/c3sl/estacaojuventude/web/OrgaoExecutorController.java
- src/main/webapp/WEB-INF/i18n/application.properties 2 additions, 0 deletionssrc/main/webapp/WEB-INF/i18n/application.properties
- src/main/webapp/WEB-INF/views/municipios/selectmunicipios.jspx 9 additions, 0 deletions...ain/webapp/WEB-INF/views/municipios/selectmunicipios.jspx
- src/main/webapp/WEB-INF/views/municipios/views.xml 3 additions, 0 deletionssrc/main/webapp/WEB-INF/views/municipios/views.xml
- src/main/webapp/WEB-INF/views/orgaoexecutores/create.jspx 41 additions, 0 deletionssrc/main/webapp/WEB-INF/views/orgaoexecutores/create.jspx
Please register or sign in to comment