Hello,

I want to use SSLExt for Struts.

In my struts-config.xml, I have to add something in the <action-mapping/> as
following:

<action-mappings type="org.apache.struts.config.SecureActionConfig">
    <action path="/call"
     type="com.echows.ejcourse.portal.action.RedirectAction"
     scope="request"
      >
         <set-property property="secure" value="false"/>
  </action>
</action-mappings>


I will set the type of action-mappings as
org.apache.struts.config.SecureActionConfig.


How can I define this????

Eric

==========================
If you know what you are doing,
it is not called RESEARCH!
==========================


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to