Try changing the form method to get. I think post does not sends the
data in the way you have done.

Just my guess..
Anil.

-----Original Message-----
From: temp temp [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 22, 2006 8:13 PM
To: user@struts.apache.org
Subject: html form

    I have a  html form
      
      
     
<form method="post"
action="/firegrant/jsp/fire_admin/awards/spec/check_out.jsp?sortFlag=
ASC&display=50&app_num=null&org_name=null&fedShare1=null&fedShare2=null&
request_nego=null&prog_name=null&categoryCode=null&dept_type=null&state=
null&status=null&sys_program_id=4&sortBy= 1&changeOrder=N">
 
<select name="display">
 
<option value="10">Display Options</option><option value="10">Show
10</option>
 
<option value="20">Show 20</option>
 
<option value="50">Show 50</option>
 
<option value="100">Show 100</option>
 
<option value="200">Show 200</option>
 
</select>
 

 

 
          <input type="submit" name="go" value="Go">
 

 

 
      </td></form>
      When I  receive request posted from this form I don't get the
parameter value  display  why?
          Is it safe  to create url with several parameters as in the
example above and post to that  url ?
   
 
---------------------------------
Sponsored Link

Mortgage rates near 39yr lows. $420,000 Mortgage for $1,399/mo -
Calculate new house payment

Information transmitted by this e-mail is proprietary to Infinite Computer 
Solutions and / or its Customers and is intended for use only by the individual 
or the entity to which it is addressed, and may contain information that is 
privileged, confidential or exempt from disclosure under applicable law. If you 
are not the intended recipient or it appears that this mail has been forwarded 
to you without proper authority, you are notified that any use or dissemination 
of this information in any manner is strictly prohibited. In such cases, please 
notify us immediately at [EMAIL PROTECTED] and delete this email from your 
records.

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

Reply via email to