Dear all,
<div><br></div><div>I am trying to write my first serious seaside application, and I am trying to wrap all requests to the application into a </div><div>Magma transaction. (As a first simple scheme)</div><div><br></div><div>
I have written a new class MagmaFilter, subclassing WARequestFilter, with a request handler that wraps the request into a commit, just after a refresh.</div><div>(I will figure out how to handle conflicts later)</div><div>
<br></div><div>I would like to install this filter into my application, but it is not shown as a possible Filter in the configuration panel.</div><div><br></div><div>Should I do something special in order to make it appear?</div>
<div>Is there a way of adding it programmatically?</div><div><br></div><div>Thank you very much for your help,</div><div>Best regards,</div><div><br></div><div>Nicolas.</div>