How can I make a tag that makes a select field out of a Java enum for the Play! framework? I’ve tried to see how the CRUD module does it but there’s too many abstraction layers that I don’t really understand yet.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you fully qualify the Enum in the tag then you don’t need to place it in RenderArgs.
Your tag StatusSelect.html:
And called from the page:
You could then add complexity to it by specifying a “name” attribute and other features eg:
And the new page tag: