2009/4/8 Musachy Barroso <musa...@gmail.com>:
> The archetype is generating the jsps in the wrong location, it is
> missing the namespace in the patch. For example, if I enter
> "actions.test" for the package, the jsp is generated as
> WEB-INF/content/hello.jsp, it should be WEB-INF/content/test/hello.jsp

Archetype will setup actions.test as a basePackage in struts.xml, it
should be ok then?

<constant name="struts.convention.package.locators.basePackage"
value="${package}"/>


Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to