reset password
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 |
Urvashi wrote:

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 ?

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 |
kjadhav wrote:
Urvashi wrote:

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 ?

do you mean without filling/entering value in any of the input fields or the form element has no input fields?

Without entering any fields

 

PoonamPawar
Posts: 16
Posted 00:11 May 06, 2009 |
Urvashi wrote:

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 ?

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 |


PoonamPawar wrote:
Urvashi wrote:

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 ?

You need to add a message for "error.blog.title.empty" in message.properties. Don't forget to refresh the project.

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 |
abhishek_sharma wrote:

instead of error message I am getting ' , ' (comma) in the textbox.

Can anybody help me why a comma is der

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 Smile