Help

Controls

PermLinkWikiLink

Built with Seam

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.

Forum: Seam Users Forum ListTopic List
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

1 Reply:
27. Jul 2008, 14:36 CET | Link

Override the component and alter the filter order using @Filter(around=...}

 

Read about how to report a bug.