SAMPLE

In Struts action for Tiles controller, you just need to create a public field and annotated with @Spring annotation, and this field will be referenced to a Spring bean, so you can use Spring bean in you code anywhere.

During development, loading Spring context by Struts plugin should be recommended, and you can use StrutsTestCase to test Struts action.