• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Customise Validation error messages in Oracle 10g JDeveloper

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have message textbox bounded to a model field. Code given below.
<messageTextInput model="${bindings.Notes}"
columns="85"
maximumLength="2500"
disabled="${uix.data.Child.txtNotesD}"
rows="6" required="yes"
prompt="" id="Notes"/>I don't want the label to be displayed so I have specified the prompt attribute as "". But when no value is given to this field and when we try to submit the form, it shows error message as '"" cannot be null.' I want the error message to be as "Notes cannot be null". If I specify the prompt value as "Notes", I get the expected message. Is there any other way without specifying the prompt value?
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the Oracle Forum
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic