HTML and CSS Reference
In-Depth Information
.placesContainer {
width: 100px;
border: 1px solid gray;
padding: 2px
}
.footerClass {
text-align: center;
padding-top: 5px;
}
.default {
padding-left:30px;
background-position: 5px;
background-repeat: no-repeat;
}
.accept {
background-position: 5px;
background-repeat: no-repeat;
border:2px solid green
}
.reject {
border:2px solid red;
background-position: 5px;
background-repeat: no-repeat;
}
Not Like the CountryNavigator application, RightCountry application is a maven web application that you can
download from the topic web site at www.apress.com/9781430250104 ; it can be built and deployed just like the
CountryNavigator application.
Summary
In this chapter, you were introduced to two of the most popular open-source JSF component libraries (PrimeFaces
and RichFaces). Although going into the details of these frameworks is out of the scope of this topic, we developed two
applications (one for PrimeFaces and the other for RichFaces) in order to show you how to utilize these component
libraries in order to produce nifty-looking web applications in the JSF 2.2 world.
 
 
Search WWH ::




Custom Search