Hi,
I'm getting the following error when the form name is used in the action
mapping.

However, its working fine if the name attribute is removed.


    <action-mappings>
        <action path="/viewAll"
                type="com.admin.DisplayAllAction"
                name="viewAllForm"
                scope="request">
                <forward name="success"
path="/marketing/viewAllPromos.jsp"/>
        </action>
    </action-mappings>

Can somebody help me?

java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be
null
        
org.apache.struts.chain.commands.servlet.PerformForward.perform(PerformForwa
rd.java:70)
        
org.apache.struts.chain.commands.AbstractPerformForward.execute(AbstractPerf
ormForward.java:54)

SKN



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

Reply via email to