Logging Exceptions to files

2011-01-26 Thread Edward Seager
Hi, I'm having trouble getting exception logging written to files in Struts 2.2.1. I have enabled the Exception interceptor to log exceptions by adding the following to the interceptor stack: true ERROR And have a log4j.properties file configure

Re: Struts Validation with restful URL

2010-11-08 Thread Edward Seager
, Edward Seager wrote: > Hi all, > > I've just started using Struts 2.21 and I've wired up an action with > RESTfulish way of calling different methods: > > class="com.msi.struts.action.internal.CreatePortalUserAction" method="{1}"&g

Re: how does the namespace work in struts

2010-11-05 Thread Edward Seager
Hi, I've tried to answer your questions below based on my interpretation of the documentation. On Fri, Nov 5, 2010 at 8:33 AM, maven apache wrote: > I meet some problem when I try to learn the namespace of struts2,I am using > struts-2.2.1. > > After read the docs at: > http://struts.apache.org

Struts Validation with restful URL

2010-11-04 Thread Edward Seager
Hi all, I've just started using Struts 2.21 and I've wired up an action with RESTfulish way of calling different methods: /WEB-INF/jsp/internal/createPortalUserHome.jsp /WEB-INF/jsp/internal/createUser.jsp /WEB-INF/jsp/internal/createCustomer.jsp so I can p