Hello,

I'm trying to create a custom "CreateAction" command to be plugged in the
CoR RequestProcessor of Struts 1.3
This command will handle Spring autowiring of commands, but requires
initiali acces to the servletContext to get the Spring
WebApplicationContext.

I can make this "init" from the first command execution based on
ServletActionContext, but I would find better to make this init on time for
every commands invocation.

Is there any support for such an init process ?

Nico.

Reply via email to