struts2 properties file reload on modification

2011-09-16 Thread Debraj Mallick
hi all, in my application i need to reload the properties file every time i make any changes, it can be achieved by using struts.properties like struts.devMode=true struts.configuration.xml.reload=true struts.i18n.reload=true struts.custom.i18n.resources=global also we can do it in struts.xml li

Re: struts2 properties file reload on modification

2011-09-18 Thread Debraj Mallick
i am using struts 2.2.1.1 (it is maven project), i am using IDE (SpringSource Tool 2.7.1), i have modifed the the deployed properties also, but not getting any changes so i have to build the project and again deploy it. i am using Tomcat 6.0.26.

Re: struts2 properties file reload on modification

2011-09-18 Thread Debraj Mallick
Thanks Ɓukasz Lenart, it works. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

i18n language setting

2011-09-24 Thread Debraj Mallick
quot;du"); ActionContext.getContext().setLocale(locale); but all these does not work. any suggestion would be appreciated. Thanks & Regards, Debraj Mallick 9674247281 - To unsubscribe, e-mail: user-unsubscr...@struts.apache

exception while setting cookie

2011-11-28 Thread Debraj Mallick
hi all, i am setting cookie form action and i am getting exception : org.apache.catalina.connector.CoyoteAdapter service SEVERE: An exception or error occurred in the container during the request processing java.lang.ArrayIndexOutOfBoundsException org.apache.coyote.http11.AbstractHttp11Processor

Re: exception while setting cookie

2011-11-28 Thread Debraj Mallick
*my action : * public class SetCookieAction extends ActionSupport implements ServletRequestAware, ServletResponseAware { private List ingredientBeanList; protected HttpServletResponse servletResponse; @Override public void setServletResponse(HttpServletResponse servletResponse) { th