ubala / aribaweb

Automatically exported from code.google.com/p/aribaweb
Apache License 2.0
1 stars 2 forks source link

MetaUI - Validation not working as expected #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.  Follow MetaUI example in documentation through to Validation section
2.  After adding @Property.Valid("${object.isValidBirthday}") and
associated method to Post.java - validation takes place on initial page
correctly, but "EditPost" screen allows dates in the future to be selected.

What is the expected output? What do you see instead?

Validation should flow through to EditPost page, but it does not.

What version of the product are you using? On what operating system?

aribaweb-5.0RC3 - linux (ubuntu hardy)

Please provide any additional information below.

Other properties take effect in EditPost screen, like @Property.Label("Date
of Birth")

Original issue reported on code.google.com by linuxo...@gmail.com on 18 Aug 2009 at 6:47