A Technology Blog About Code Development, Architecture, Operating System, Hardware, Tips and Tutorials for Developers.

Thursday, February 24, 2011

IMAGE FLUSHING IN JSF

8:10:00 PM Posted by Satish , , , , No comments
Recently in my project we got one problem that we are getting wrong barcodes. We use to call one API which used to give us a byte array which is a barcode. We are using ice faces and we were rendering the byte array as bellow. <ice:graphicImage value="#{bytearray}" height="32px" width="150px" rendered="true"> Initially we thought it is the barcode API, which is giving the wrong...