|
About bean:message
I have a question on struts about the bean:message which i find weird. usually we use bean:message, we will have a properties file to store our labels like label.publisher.contentStatus=Content Status:
But my problem here is when i do that and i use <bean:message key="label.publisher.contentStatus"/> i couldn't display the label out. instead it show something like ???en.label.publisher.contentStatus???
Why is it like this? Is there any files i need to edit also other than the properties file and the jsp page to add the bean:message?
|