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 |
Difference between struts and spring? Or why use spring, if you are already using struts?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
How is forward action used for integration?
What is actionform in struts?
Which configuration files are used in struts?
How can we display all validation errors to user on jsp page?
What is the difference between requestaware and servletrequestaware interface?
What is dispatch action class?
In struts, how can we access java beans and their properties?
collection framework hirarchy?
What is the role of a handler in mvc based applications?
Where should struts xml be placed?