Re: where to put struts element

2005-12-06 Thread Jim Reynolds
You are correct. That is what was needed. I was overlooking the obvious. Thanks for the clarification. On 12/6/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > Are you sure it doesn't say to add an *action-mappings*, rather than > just action-mapping? Assuming that's the case, you need to simply >

Re: where to put struts element

2005-12-06 Thread Laurie Harper
Are you sure it doesn't say to add an *action-mappings*, rather than just action-mapping? Assuming that's the case, you need to simply replace the action-mappings element in struts-config.xml with the one from the sslext documentation. L. Jim Reynolds wrote: Hello, I am following the sslex