With little modification:
<forward name="success" path="/createRecords.do?string='dev388'"/>


On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:


Yes you can

-----Original Message-----
From: Ranganathan Srinivasan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 24, 2006 6:07 PM
To: user@struts.apache.org
Subject: Regarding <action> in struts-config.xml

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


The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s) and
may contain proprietary, confidential or privileged information. If you are
not the intended recipient, you should not disseminate, distribute or copy
this e-mail. Please notify the sender immediately and destroy all copies of
this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses. The
company accepts no liability for any damage caused by any virus transmitted
by this email.

www.wipro.com

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




--
Vinit Sharma
IBM

Reply via email to