Hi everyone!

I was wondering : is there a way to specify priority of execution
between the different @Before methods?

I m asking because I had the following problem : there is a @Before
method in the parent actionbean that checks the validity of the user
and in the case he is allowed, values are set for the rest of
execution. If he is not, an exception is caught by the filter and
redirect to the login page, for instance.
Then there is a @Before method in the implementing ActionBean that
would use those values.


I found it very convenient for the validation methods to set a
priority number to sort this kind of stuff out, but what about before
methods?

Any idea?


Cheers

-- 
Samuel Baudouin

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to