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: interceptor-ref name=defaultStack param name=exception.logEnabledtrue/param

Re: Struts Validation with restful URL

2010-11-08 Thread Edward Seager
, Edward Seager edward.sea...@gmail.comwrote: Hi all, I've just started using Struts 2.21 and I've wired up an action with RESTfulish way of calling different methods: action name=CreatePortalUser/* class=com.msi.struts.action.internal.CreatePortalUserAction method={1} result

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 apachemav...@gmail.com 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:

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: action name=CreatePortalUser/* class=com.msi.struts.action.internal.CreatePortalUserAction method={1} result