You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by temp temp <mi...@yahoo.com> on 2006/11/22 15:43:26 UTC

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

Re: html form

Posted by Ed Griebel <ed...@gmail.com>.
In short, no. You should create hidden fields for each of the params
you want to pass.

On 11/22/06, temp temp <mi...@yahoo.com> wrote:
>     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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org