Page 1 of 1

Version 3.0.0 rightpanel.xhtml contains p:selectBooleanCheckbox without enclosing h:form

Posted: 23 Apr 2021, 16:27
by jobor
The rightpanel.xhtml contains p:selectBooleanCheckbox without enclosing h:form.

Code: Select all

    <div class="layout-rightpanel">
        <div class="rightpanel-wrapper">
            <div class="section-tasks today">
                <h5>Your Tasks Today</h5>
                <ul>
                    <li>
                        <p:selectBooleanCheckbox value="true" onchange="onTaskCheckboxChange(this)"/>
                        <div class="task done">
                            <h6>Sales reports</h6>
                            <span>Today</span>
                        </div>
                    </li>

Re: Version 3.0.0 rightpanel.xhtml contains p:selectBooleanCheckbox without enclosing h:form

Posted: 04 May 2021, 12:47
by siris
Hi,

Thanks for your warning, we'll fix it in next version.

Best Regards,