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 |
Which interceptor is responsible for file upload support?
What are the features of struts?
What do you mean by struts.dev mode?
What do you mean by dynaactionform?
Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then
Explain about struts relation to html tags?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
How does one create an action in struts 2?
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
Why is action servlet a singleton in struts?
Why should we go for struts framework?