You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 26 Members of 4511 |
| Forum: Seam Users |
23. Jul 2008, 11:01 CET | Link |
Hi,
it is possible to set / change the order of the SeamFilter chain ?
In my speial case i need a filter which should be first in line. (means the first filter executed)
Any help appreciated.
Best regards
Manuel
Override the component and alter the filter order using @Filter(around=...}
Read about how to report a bug.