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

where to put struts element

2005-12-06 Thread Jim Reynolds
Hello, I am following the sslext configuration, and it is asking to add a element to my struts-config.xml file. I am not sure how this fits in because most of my knowledge in this is configuring action-mapping elements. How is this one put in? Any ideas. Here is a raw "struts-blank" struts-co