JARCH SHOWCASE
JARCH SHOWCASE
DialogSelect DialogSelect is a implementation to select entity into dialog.
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:a="http://jarch.com/jsf/ui"
	xmlns:e="http://jarch.com/jsf/ui/extension">
	<a:form>
        <e:panelSelected
                id="panelSelect"
                header="Components"
                value="#{componenteJsfListController.selections}"
                widgetVar="widgetVarComponent"
                visibleList="true"
                converter="br.com.jarch.faces.converter.baseEntityConverter"/>

        <e:dialogSelect
                widgetVar="widgetVarComponent"
                actionFilterSelect=""
                header="Component"
                update="#{a:component('panelSelect')}"
                value="#{componenteJsfListController.selections}"/>
	</a:form>
</html>

                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.