Hi all,
        can any of you tell me if I donnot specify any scope of Form in 
Struts-config.xml then for which scope does the instance of form persists?? 

For example:
<action-mappings>
        <action path="/testing"
            type="test.action.TestingAction"
            name="TestingForm"
            input="/jsp/Testing.jsp">
                        <forward name="success" path="/jsp/Test.jsp"/>
                        <forward name="invalid" path="/jsp/Testing.jsp"/>
      </action>
</action-mappings>

What will be the scope of "TestingForm"?

Regards,
Ravi

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

Reply via email to