OK, after a quick scan of both the JSTL and Struts APIs (something you might consider) there is, as suspected, no specific method of including a Flash plugin.
It appears to me, however, that you could achieve the desired effect in JSTL using the c:import tag or in Struts using a Tile. I should point out that I haven't tried either of these approaches and the JSTL API
doc for c:import is very terse.
Jules