@Jpf.FormBean annotation is not inherited
-----------------------------------------
Key: BEEHIVE-544
URL: http://issues.apache.org/jira/browse/BEEHIVE-544
Project: Beehive
Type: Bug
Components: NetUI
Versions: V1Alpha, V1Beta, V1
Reporter: Rich Feit
Assigned to: Rich Feit
Fix For: V1
Attachments: val2.zip
The @Jpf.FormBean annotation should be inherited, but isn't. In the
soon-to-be-attached repro, hit /val/Controller.jpf, and submit the form without
filling in any value.
Expected: see a validation error that says "This field is required!"
Actual: get a Tag Error that says "An error occurred accessing the message
bundle. This may be because there is no default message bundle defined for the
current page flow."
Since DerivedFormBean inherits from BaseFormBean, the error message should come
out of common/Messages.properties, which is specified in the @Jpf.FormBean
annotation on BaseFormBean.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira