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