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 |
How many servlet controllers are used in a Struts Application?
what is the purpose of load_on_startup entry in struts- config.xml?
Why use struts framework in java?
Explain about logic match tag?
Whats the difference between the default namespace and the root namespace?
what are the struts tags?
What is the configuration files used in struts?
Is struts compatible with other java technologies?
What is the differences between struts1 and struts2?
What is struts? Explain
Who makes the struts?
What do struts do?