Re: Create multiple struts configuration file problem

2008-08-06 Thread Engr. Jherald Gerome Lacambra
ro. > > > config > /WEB-INF/struts-config.xml > > > config/product > /WEB-INF/product/struts-config-product.xml > > > what's going wrong??? > i waste a lot of time to solve it.. > Do u have any idea??? > -- > View this message in context: &g

Re: Create multiple struts configuration file problem

2008-08-06 Thread angelwei
text: http://www.nabble.com/Create-multiple-struts-configuration-file-problem-tp18748135p18863061.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: Create multiple struts configuration file problem

2008-08-06 Thread Engr. Jherald Gerome Lacambra
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-t

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

Re: Create multiple struts configuration file problem

2008-07-31 Thread Dave Newton
pache.struts.action.ActionMapping; > > public class ProductAction extends Action{ > public ActionForward perform(ActionMapping mapping, > ActionForm form, > HttpServletRequest request, HttpServletResponse response){ > ProductForm product=(ProductForm)f

Create multiple struts configuration file problem

2008-07-30 Thread angelwei
response){ ProductForm product=(ProductForm)form; int iProduct=product.getId(); HttpSession session=request.getSession(); session.setAttribute("product",form); return mapping.findForward("success"); } } thank you. -- View this message in context: http://www.nabble.com/Create-multip