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
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.
Thanks Ćukasz Lenart, it works.
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
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
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
*my action : *
public class SetCookieAction extends ActionSupport implements
ServletRequestAware, ServletResponseAware {
private List ingredientBeanList;
protected HttpServletResponse servletResponse;
@Override
public void setServletResponse(HttpServletResponse servletResponse) {
th
6 matches
Mail list logo