rich:datascroller and rich:dataTable rich:dataTable tag is the RichFaces version fo datatable component which has few extra features on look and feel.One of the difficulty JSF developers is creating good pagination for the data dsiplayed using rich:datatable. To resole this problem, RichFaces tags library provides rich:datascroller component which can display the automatic paginations based on data [...]
Archive | July 18th, 2008
Use a4j:status to display status of the request
July 18, 2008
a4j:support and a4j:status When there is a request to the server, the client have to wait untill he gets the response. It will be nice if you give status of the server request processing. use a4j:status tag in the RichFaces to implement this feature in your webpages. In this example this tag is used with [...]
a4j:support – How to use action attribute?
July 18, 2008
a4j:support and action attribute This example program demonstrates how to use action attribute to update the server values and display in the screen. In this example user inputs are passed to update method and processed. The values are updated in the h:panelGrid component. The advantage of using a4j:support tag is it can be updated the [...]
a4j:support – Simple Example on onkeyup event
July 18, 2008
a4j:support This example program demonstrates how to get started with a4j:support tag in the RiachFaces tag libraray. This is part of Ajax4jsf libraray. But, from RiachFaces 3.0, Ajax4jsf is merged with RichFaces tag libraray. a4j:support is used inside any component to provide ajax support on that particular field. In our example a4j:support allows user developer [...]






July 18, 2008
0 Comments