Hello,the configure() method)? Should I use a SourceResolver?
How can I resolve the location of the file when configuring an action (in
So, how do I get a SourceResolver instance in the configure(). Use a ServiceableAction and ask the manager? but does the service()
method really get called before configure() ?
any other direct solution?
http://avalon.apache.org/framework/principals/lifecycle.html for the order of the method calls (= lifecycle).
Don't resolve it configure()? Why do you want to do it there? It should just *configure* the action. You get a source resolver in the act() method:
public Map act (Redirector redirector, *SourceResolver resolver*, Map objectModel, String src, Parameters par) throws Exception {
}
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
