Re: Create multiple struts configuration file problem

2008-08-06 Thread Engr. Jherald Gerome Lacambra
try first to use what i have posted. Its different from what you are using now 2008/8/7 angelwei <[EMAIL PROTECTED]>: > > if i try this on web.xml: > > > action > org.apache.struts.action.ActionServlet servlet-class> > - <#> > config > /WEB-INF/s

Re: Create multiple struts configuration file problem

2008-08-06 Thread angelwei
if i try this on web.xml: action org.apache.struts.action.ActionServlet - <#> config /WEB-INF/struts-config.xml, /WEB-INF/struts-config-product.xml 1 it can run well. but if i try to use different tag it come out the error. ja

Re: Create multiple struts configuration file problem

2008-08-06 Thread Engr. Jherald Gerome Lacambra
try this on web.xml: action org.apache.struts.action.ActionServlet - <#> config /WEB-INF/struts-config.xml, /WEB-INF/struts-config-product.xml 1 2008/8/6 angelwei <[EMAIL PROTECTED]>: > > ya, i want to know how to create differe

Re: Create multiple struts configuration file problem

2008-08-05 Thread angelwei
ya, i want to know how to create different module. this is because my current work need to do that. can anybody tell me how to create multiple struts configuration file?? Thanks. -- View this message in context: http://www.nabble.com/Create-multiple-struts-configuration-file-problem-tp18748135p1

Re: Create multiple struts configuration file problem

2008-07-31 Thread Dave Newton
Are you deliberately using modules (if so, I have no idea--I always found them more trouble than they're worth)? If not you can just use a comma-separated list. Dave --- On Thu, 7/31/08, angelwei <[EMAIL PROTECTED]> wrote: > From: angelwei <[EMAIL PROTECTED]> > Subject: Create multiple struts