Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

* is missing for required field in error message

SamsonFuMar 8 2011 — edited Mar 8 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2011
Added on Mar 8 2011
2 comments
160 views