Hello everyone,
I actually have a Jenia Popup Box component in my page, to ask confirmation to the the user.

I want to present both button "OK" and "Cancel" (with commandButton)
It appears that the button click doesn't do anything :
no submit
no request to the server.

Did I miss something are I will have to do another way ?


jsp code (nested a panelTab tag) :

        <jp:popupBox center="true">
            <f:facet name="button">
                <t:outputtext value="click here" />
            </f:facet>
            <f:facet name="content">
                <t:panelGrid columns="1">
                    <t:outputText value="content" />
                    <t:outputText value="row 1" />
                    <t:outputText value="row 2" />
                    <t:commandLink action="" menuAction.quitEdit}" value="Confirm" />
                    <jp:closePopupBox>
                        <t:outputText value="close" />
                    </jp:closePopupBox>
                </t:panelGrid>
            </f:facet>
        </jp:popupBox>


Thanks for answers.

PS : It works fine by replacing the Confirm CommandButton by a CommandLink one
--
Le Gallo Cédric

Reply via email to