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
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
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
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
pache.struts.action.ActionMapping;
>
> public class ProductAction extends Action{
> public ActionForward perform(ActionMapping mapping,
> ActionForm form,
> HttpServletRequest request, HttpServletResponse response){
> ProductForm product=(ProductForm)f
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
6 matches
Mail list logo