public static class UiData
{
@Required
public String ui;
}
....
Form<UiData> form = form(UiData.class).bindFromRequest(); // exception thrown here
Is this expected? Has something changed wrt to forms or is it a regression?
We are also seeing these types of errors, it may be related (The AddData class is similar form class):
[error] Caused by: org.springframework.beans.NotReadablePropertyException: Invalid property 'apiKey' of bean class [controllers.Campaign$AddData]: Bean property 'apiKey' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
Niklas
--
You received this message because you are subscribed to a topic in the Google Groups "play-framework" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/play-framework/dvCtLIBlBY0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.