Re: [S2] Problem with ! notation

2007-05-22 Thread Nate Drake
Roger Varley googlemail.com> writes: > > > Is dynamic method invocation turned on? > > > As an aside, why is dynamic method invocation turned off by default. > From experience this suggests that either the functionality is > experimental, or is not the sort of thing you should be using unless >

RE: [S2] Problem with ! notation

2007-05-21 Thread Wesley Wannemacher
> > Yes, Tiger is the webapp. > > My struts.xml contains > class="com.mysite.ecommerce.actions.StartOrderAction" method="input"> > /startOrder.jsp > > > My struts.properties is located in WEB_INF/classes along with the > struts.xml file and contains > struts.devMode = true > struts.enable.D

Re: [S2] Problem with ! notation

2007-05-21 Thread Roger Varley
Is dynamic method invocation turned on? As an aside, why is dynamic method invocation turned off by default. From experience this suggests that either the functionality is experimental, or is not the sort of thing you should be using unless you have good reason and know what you're doing. Are

Re: [S2] Problem with ! notation

2007-05-21 Thread Roger Varley
On 21/05/07, Roger Varley <[EMAIL PROTECTED]> wrote: > > You might have to post config snippets... I'm assuming > Tiger is the webapp? > Dave Forget the previous post - it's working after a fashion. http://localhost:8084/Tiger/StartOrder.action runs OK and calls StartOrder.input(). http://loca

Re: [S2] Problem with ! notation

2007-05-21 Thread Roger Varley
You might have to post config snippets... I'm assuming Tiger is the webapp? Yes, Tiger is the webapp. My struts.xml contains /startOrder.jsp My struts.properties is located in WEB_INF/classes along with the struts.xml file and contains struts.devMode = true struts.enable.DynamicMethodInvoc

Re: [S2] Problem with ! notation

2007-05-21 Thread Dave Newton
--- Roger Varley <[EMAIL PROTECTED]> wrote: > restarted Tomcat but no joy I'm afraid - > http://localhost:8084/Tiger/StartOrder!execute.action > still gives me the error message. You might have to post config snippets... I'm assuming Tiger is the webapp? d.

Re: [S2] Problem with ! notation

2007-05-21 Thread Roger Varley
Is dynamic method invocation turned on? ("Hey dynamic method invocation... you sure are looking good today," he cajoled, breathily.) It wasn't. I've changed the struts.properties file from struts.enable.DynamicMethodInvocation = false to struts.enable.DynamicMethodInvocation = true and restar

Re: [S2] Problem with ! notation

2007-05-21 Thread Dave Newton
--- Roger Varley <[EMAIL PROTECTED]> wrote: > I'm obviously missing something Is dynamic method invocation turned on? ("Hey dynamic method invocation... you sure are looking good today," he cajoled, breathily.) d.