Actually I've got a UserCred Property on my Tapestry 5.3.7 App...
Is there any way to show a drop-down list of objects instead of enums on a beaneditform?
Thanks guys... I've been looking for any solution, but most of them seems outdated and hard to understand for my poor mind T_T
Tapestry needs two main things to render a Select
Notes:
model
parameter which is not an instance of SelectModel
, tapestry will attempt to type-coerce the value to a SelectModel. There are a couple of built-in coercions for String, List and Map.