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 to display validation errors on jsp page?
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
What inbuilt themes are provided by struts2?
How we can configured action mapping in struts?
Explain the difference between jakarta struts and apache struts?
Which interceptor is responsible for i18n support?
What is validate() and reset() functions?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
When do I need “struts.jar” on my classpath?
what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?
6 Answers BOB Technologies, TCS,
What is the purpose of '@customvalidator'?
Define struts?