that kind of worked, I had to make some tweaks

in struts.xml
<package name="root" namespace="/" extends="convention-default">
  <default-action-ref name="home"/>
</package>

then in my HomeAction.java
@ParentPackage("root")
@Results({
  @Result(name="SUCCESS", location="home.ftl")
})

this is even better than an index.jsp that redirects

Thanks
Ron


-- 
View this message in context: 
http://www.nabble.com/2.1.6-convention-plugin-problem-tp23813162p23818024.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to