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 |
Describe validate() and reset() methods.
What are result types in struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is apache struts framework?
What is the purpose of @before annotation?
What is the purpose of @after annotation?
can we change the location of struts-config.xml file?
What is value stack?
Can you explain value stack?
What is struts and springs in java?
How do you find the struts version being used in a project?
What is the use of token interceptor in Struts2?