Tag: richfaces

  • Make A Custom RichFaces Skin

    Using RichFaces in your application makes it easy to build great rich interfaces without spending a ton of time writing custom JavaScript for the front end and the back-end support for the JavaScript calls. It ties into your JSF components easily and makes dynamic interaction easy to build. It also comes with a number of…

  • RichFaces Refcardz from DZone

    DZone has added a new, free, quick reference sheet (Refcardz) for RichFaces. It’s a six page PDF that covers everything from how to install RichFaces, to the basic concepts of using RichFaces, all the way through information on each a4j and rich tag and example usage. Refcardz are free, and so far I’ve been very…

  • RichFaces Modal Panels, s:graphicImage, and IE6

    If, like me, you are using the Seam s:graphicImage tag to serve an image from within a RichFaces modal panel, you may have run into an issue where in IE6 the image does not get displayed, and you get the dreaded red X of failure. It works fine in all other browsers, including IE7, and…

  • 10MinuteMail Updates

    I just pushed a new version of 10MinuteMail. Here are the notable updates: Removed the Ad-Aware links and text. No one was clicking on them anyhow. Added some translation fixes. Implemented AJAX based (RichFaces) refreshing of the list of e-mails in your inbox. Added smtp client throttling (in Postfix) to limit the number of messages…

  • Apache Proxy Breaks RichFaces

    I’ve run into this twice now, so I wanted to document it here to help other folks, and to see if anyone knows the root cause of the issue. When using RichFaces with Seam, things work just fine on my local development JBoss instance. But when I deploy the same EAR file up to my…

  • Displaying and Rerendering a RichFaces ModalPanel from a commandLink

    Let’s say that when a user clicks on something, perhaps selecting something from a DataTable or DataGrid, you want to call some server side code, and then popup a modal panel which needs to show content based on the new state setup by your server side call. In my case I have a DataGrid showing…

PHP Code Snippets Powered By : XYZScripts.com