Hi
I wonder if it is possible for me to make sure that my custom ELResolver is
the last one to execute?
After reading in Ed Burns The Complete Reference book, I think I know pretty
much how the ELResolvers are handled.
There is a managed bean ELResolver which gets invoked before any other
resolvers which are added isn't there.
My "problem" is that I'm using Seam and it seems to me like the
SeamELResolver gets invoked after mine, which is a bit unfortunate since my
resolver is kind of special and it would be great if it could be invoked as
a last resort.
Can I somehow make sure that my resolver ends up last in the chain?
Thanks,
mike