You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mike Dewhirst <De...@UCLES.org.uk> on 2002/04/05 15:42:04 UTC

parameter in a request

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.

***********************************************************