crud.list-for-seq
Raoul Pierre <[email protected]> Sun, 30 Jan 2005 17:38:16 +0100
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
The resonse from "crud" model doesn't include any menu item. But the
response from "crud.list-for-seq" model
includes the menu from nav.navigate.
So when I try something like:
<sequence logger="payroll" activation="request" id="payroll.list-seq">
<model name="payroll.navigate"/>
<model name="register.headerinfo"/>
<model name="crud.list-for-seq"/>
</sequence>
the menu from nav.navigate overwrites the one from payroll.navigate.
Is it the expected behavior?
Pierre