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 are the struts2 configuration properties that control file uploading process?
What are the struts2 error message keys that can come during file uploading process?
what is the difference between SAX Parser and DOM Parser??
14 Answers Cap Gemini, Goldman Sachs, HCL, Hidden Brains, HP,
What are apache struts?
How many servlet controllers are used in a Struts Application?
Can you explain struts validator framework?
How the flow of various requests happens in struts application?
What is the purpose of execute() method?
Explain the complete struts validator framework.
How many types of action clases are there in stuts and their uses?
15 Answers OHO, TCS, Wipro,
kindly can any one post for me portlet,hibernate,spring example code and configuration,and some related tutorials plz its urgent for me....thanks in advance ............
What's mvc pattern ?