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/web/OrgaoExecutorController.java 10 additions, 11 deletions...pr/c3sl/estacaojuventude/web/OrgaoExecutorController.java
- src/main/webapp/WEB-INF/views/orgaoexecutores/create.jspx 14 additions, 7 deletionssrc/main/webapp/WEB-INF/views/orgaoexecutores/create.jspx
Loading
Please register or sign in to comment