Hello,

I have a form that contains a number of action links. I would like to update
the whole enclosig form from an action link and have added a zone to that
purpose.

It is as follows:

*    <t:zone t:id="grid" id="grid">
        <form t:type="form" t:id="jobPostings">

            <t:grid source="jobPostings" row="jobPosting" add="actions"
exclude="jobPostingValidationDate">
                <p:jobPostingPausedCell>
                    <t:if test="jobPosting.jobPostingPaused">
                        <t:actionlink t:id="unPause" context="jobPosting"
zone="grid">unPause</t:actionlink>
                        <p:else>
                            <t:actionlink t:id="pause" context="jobPosting"
zone="grid">pause</t:actionlink>
                        </p:else>
                    </t:if>
                </p:jobPostingPausedCell>
                <p:actionscell>
                    <t:actionlink t:id="activate"
context="jobPosting">activate</t:actionlink>
                    <br/>
                    <t:actionlink t:id="modify"
context="jobPosting">modify</t:actionlink>
                    <br/>
                    <t:actionlink t:id="delete"
context="jobPosting">delete</t:actionlink>
                    <br/>
                </p:actionscell>
            </t:grid>
        </form>
    </t:zone>*

However the zone is not updated when I click on the button.

Can anyone please help?

Regards,

Julien.

Reply via email to