Hi all,
I am using JDeveloper 11.1.1.2 with ADF BC. I have a simple form in a jspx with some fields for user to input.
The page contains 3 mandatory fields (simply set required=true): Surname, Name and Title. Where Surename and Name are inputText, and Title is a Select One Choice with List Of Value defined in VO.
If user submit data without anything in the required fields, an error message will popup. But the content of the error message is not quite correct!
All the required inputText has a prefix: *, but Select One Choice do not have a leading *.
Error
Messages for this page are listed below.
* Surname You must enter a value!
* Name You must enter a value!
Title You must enter a value!
is there anyway to add a * to the error message for Select One Choice? or remove all the *? It looks very confusing.
Thanks in advanced,
Samson Fu