type could be a reserved word, so please use another one.
Manfred

> -----Original Message-----
> From: Mike Dewhirst [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 05, 2002 3:42 PM
> To: 'Struts Users Mailing List'
> Subject: parameter in a request
> Importance: High
> 
> 
> I have an action:
> 
> <action 
>   path="/somepath/someAction"
>   type="com.someco.someAction"
>   name="updateQualTypeForm"
>   scope="request"
>   validate="true"
>   input="somepath/someInputPage.jsp">
>   <forward 
>     name="success"
>     path="somepath/someOutputPage.jsp" />
> </action>
> 
> the someInputPage has a hidden input called "type"
> 
> the someOutputPage does not have it (via request.getParameter())
> 
> Any ideas why it does not get passed through? I thought the 
> request would
> follow all the way through.
> 
> Any advice will be greatly appreciated.. We've got a code 
> freeze in 3 hours
> :)
> 
> Mike
> 
> 
> =**********************************************************
> 
> If you are not the intended recipient, employee or agent 
> responsible for delivering the message to the intended 
> recipient, you are hereby notified that any dissemination or 
> copying of this communication and its attachments is strictly 
> prohibited.
> 
> If you have received this communication and its attachments 
> in error, please return the original message and attachments 
> to the sender using the reply facility on e-mail.
> 
> Internet communications are not secure and therefore the 
> UCLES Group does not accept legal responsibility for the 
> contents of this message.  Any views or opinions presented 
> are solely those of the author and do not necessarily 
> represent those of the UCLES Group unless otherwise 
> specifically stated.
> 
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses although 
> this does not guarantee that this email is virus free.
> 
> **********************************************************=
> 
> 
> 
> ***********************************************************
> 
> If you are not the intended recipient, employee or agent 
> responsible for delivering the message to the intended 
> recipient, you are hereby notified that any dissemination or 
> copying of this communication and its attachments is strictly 
> prohibited.
> 
> If you have received this communication and its attachments 
> in error, please return the original message and attachments 
> to the sender using the reply facility on e-mail.
> Internet communications are not secure and therefore the 
> UCLES Group does not accept legal responsibility for the 
> contents of this message.  Any views or opinions presented 
> are solely those of the author and do not necessarily 
> represent those of the UCLES Group unless otherwise 
> specifically stated.
> 
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses although 
> this does not guarantee that this email is virus free.
> 
> ***********************************************************
> 
> 

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

Reply via email to