I'm using SpringMVC and wonderingn if it is posible to create form in Controller. What I have in mind is to create a form in Controller layer then pass it to View via ${form} or anything like that then the <form> will automatically displayed in the View.
If you don't understand what I meant or any questions, feel free to comment. Thank you.
<select>and dynamic options value from DAO.