what is difference between <bean:write>
and <bean: message> tag
Answers were Sorted based on User's Feedback
Answer / jane priscilla
Both are used to access the Java beans,but the mode of
application is different.ie.,
bean:message---> is a key to access the message property of
the particular field.(this can be done through
ApplicationResources.properties and no matter what the
model layer does)
for ex:Please give atleast one contact number!
bean:write---> is a key to display a data from the model
layer ie.,any data from the db can be displayed through
bean:write.
| Is This Answer Correct ? | 56 Yes | 1 No |
What is the purpose of @expressionvalidator annotation?
Which tag is used to declare constants in struts xml?
What is s token?
Explain about the <html:base> tag?
What are the core classes of struts framework? Explain
How you will enable front-end validation based on the xml in validation.xml?
How to combine the struts with velocity template?
How long do struts last?
What is discontinuous strut?
What is controller in struts ?
List some bundled validators?
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.