Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how will you view ur jsp page to the client by using
properties file?

Answers were Sorted based on User's Feedback



how will you view ur jsp page to the client by using properties file?..

Answer / jane priscilla

Instead of having hard-coded messages or error messages in
the framework, Struts Validator allows you to specify a key
to a message in the ApplicationResources.properties (or
resourcebundle.properties)
File that should be returned if a validation fails.

For ex:
In ApplicationResources.properties we'll have such entries

study.empNo=EmployeeNo
study.empName=EmployeeName

error.name.required=field is mandatory
error.empNo.required=mandatory

The following code will explain u how to use this resource
Properties in the jsp
<tr>
<td><bean:message key="study.empName" />:</td>
<td><html:text property="employeeName"/></td>
</tr>

<html:messages id=”messages” property=”name”>
<font color=”red”>
<bean:write name=”error.name” />
</html:messages>

Is This Answer Correct ?    5 Yes 1 No

how will you view ur jsp page to the client by using properties file?..

Answer / mohan

Another way is that you can do the validation in the
ActionForm, and display messages or the error messages by
using errors.add() method.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Struts Interview Questions

struts comes under which layer of three tire architecture in real time projects plz i need explaination?

10 Answers   Infinite Computer Solutions, TCS,


What is the purpose of @stringlengthfieldvalidator annotation?

0 Answers  


Which file is used by controller to get mapping information for request routing?

0 Answers  


Can i use constructor in Action Class?If yes how?

8 Answers  


What are best practices to follow while developing Struts2 application?

0 Answers  


What applications use apache struts?

0 Answers  


Can u call Action class methods fro struts-config.xml file?

2 Answers   iGate,


How client side validation is enabled on a jsp form?

0 Answers  


What are the steps involved in creating a strut application?

0 Answers  


What are struts in java?

0 Answers  


What is the main difference between Mvc1 and Mvc2 Architecture??

7 Answers   IBM, Ness Technologies,


What is the purpose of @before?

0 Answers  


Categories