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 |
Mark the differences between html tags and strut specific html tags.
What is action support class in struts2?
Give an alternative way to protect jsp’s with not much features from direct access.
What are the important methods of actionform?
Explain about struts relation to html tags?
What is the struts in java?
how you provide security in your banking project
What is the purpose of @after?
how does request processor relates to action mapping?
What are the classes used as part of struts framework ?
What is the purpose of plug-in tag in struct-config.xml?
How to build struts application in eclipse?