Example

QR Code

The qrCode element generates a QR code based on the input passed into the attribute qrValue .

<p:panel header="Example" styleClass="jeesl-panel">
	<j:qrCode qrValue="#{outputQrBean.qrValue}" styleClass="jeesl-qr"/>
</p:panel>