I have been playing the Play Framework for several days and it seems really cool. However, I had problems when I wanted to have a form on the page, publish the form and show the results on the same page (with the form on the page). Does anyone know if this is possible on Play, and if so: how?
EDIT: I should have explained better. A form is a search-style form, not a save-style form. I want to be able to search for something, the results appear under the form and still have values โโfilled in by the user in the form (as if you entered what was not checked. I tried to set the values โโof the params object directly in the search action but it disappears when the search action triggers a new action.
source share