Author | Message |
---|---|
Urvashi
Posts: 34
|
Posted 23:38 May 05, 2009 |
When i am trying to submit the create Blog form without any fields in it, it gives me following error.. No message found under code 'error.blog.title.empty' for locale 'en_US'. What does this mean ? |
kjadhav
Posts: 12
|
Posted 23:42 May 05, 2009 |
do you mean without filling/entering value in any of the input fields or the form element has no input fields? |
Urvashi
Posts: 34
|
Posted 23:57 May 05, 2009 |
|
PoonamPawar
Posts: 16
|
Posted 00:11 May 06, 2009 |
You need to add a message for "error.blog.title.empty" in message.properties. Don't forget to refresh the project.
|
jigar_gaglani
Posts: 16
|
Posted 00:25 May 06, 2009 |
Yes You need to refresh the project. Last edited by jigar_gaglani at
00:26 May 06, 2009.
|
abhishek_sharma
Posts: 79
|
Posted 02:12 May 06, 2009 |
instead of error message I am getting ' , ' (comma) in the textbox. Can anybody help me why a comma is der |
abhishek_sharma
Posts: 79
|
Posted 02:21 May 06, 2009 |
This is something strange. I just restarted eclipse and problem solved. Is this is an IDE issue? |
Urvashi
Posts: 34
|
Posted 08:41 May 06, 2009 |
thanks everyone, refreshing helped |