I noted something. Shouldn't this line:

<forward name="faliue" path="/index.jsp"/>

Say "failure" and not "faliue" ?

Shervin Asgari - System Consultant
M: +47 918 64 148, @: [EMAIL PROTECTED]
Linpro AS - Leading on Linux    Tel: +47 21 54 41 00/02
Vitaminveien 1A        Fax: +47 21 54 41 01
PB 4 Grefsen, 0409 Oslo    WWW: http://www.linpro.no/



Ranganathan Srinivasan wrote:
Hi,
**
*The following is a the action-mappings in struts-config.xml*
**

<action-mappings>
 <action

    path="/lookupAction"
    type="wiley.LookupAction"
    name="LookupForm"
    scope="request"
    validate="true"
    input="/index.jsp">
    <forward name="success" path="/createRecords.do"/>
    <forward name="faliue" path="/index.jsp"/>
  </action>
</action -mappings>



On success I call another action here..What I want to know is can i pass
query Strings as shown below :-

    <forward name="success" path="/createRecords.do?string="dev388""/>

Regards,

Ranganathan


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

Reply via email to