Re: Request.getParameter()

2004-02-06 Thread Adam Hardy
On 02/06/2004 11:11 AM Kamal Gupta wrote: Can I set the request to null once I have got the value i required. I have a parameter which has to be set to null in the request object once it is been used as i dont want that request to go to the next page No, you're not allowed to edit the request para

Request.getParameter()

2004-02-06 Thread Kamal Gupta
Can I set the request to null once I have got the value i required. I have a parameter which has to be set to null in the request object once it is been used as i dont want that request to go to the next page Can anyone help Regards Kamal --

FW: help: request.getParameter("action")

2003-09-02 Thread hari_s
http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:07 AM To: Struts Users Mailing List; yan Subject: RE: help: request.getParameter("action") Firstly I should point ou

RE: help: request.getParameter("action")

2003-09-02 Thread Andrew Hill
bad. Call it "doAction" or "method" or "bob" but naming it the same as properties of the js form object (ie: action, submit, elements, etc...) is not a great idea -Original Message----- From: yan [mailto:[EMAIL PROTECTED] Sent: Tuesday, 2 September 2003 23

help: request.getParameter("action")

2003-09-02 Thread yan
registration.jsp is used to display to the user the fields they are about to commit to the database) in this case, the user will click on a BUTTON, not a hyperlink: In my EditRegistrationAction class, I want to check the the value of the 'action' attribute: String action = request.getParamet

Re: '<%=request.getParameter("app_code")%> - no value

2001-08-31 Thread Chuck Amadi
> app_code is a request method. <%=request.getParameter("app_code")/> the > app_code number is displayed in the both planningdb jsp and submit jsp. > except the processform (that im about to modify to a viewForm and use > struts way of thinking and thus return any errors back t

Re: How do i pass a constant <%=request.getParameter(" ")%> to Db

2001-08-31 Thread Chuck Amadi
Hi all i have sorted out the missing value app_code.Cheers if you've being looking at it. Planning Application Code Number:<%=request.getParameter("app_code")%>"> It mat not look good but it works , thus i can go on to using tag instead of html tags. Chuck

How do i pass a constant <%=request.getParameter(" ")%> to Db

2001-08-31 Thread Chuck Amadi
, app_date, application_agent, grid_ref , location, community, proposal,comment from planning_application order by 8 retrieves the app_code ( this works). In the submitForm.jsp we have <%=request.getParameter("app_code")%> This inserts the unique app_code ie p12121 within th

'<%=request.getParameter("app_code")%> - no value

2001-08-29 Thread Chuck Amadi
submits the value app_code to my jsp Submit Comments form. Thus the user enters the details as follows. (first_name, last_name, address, post_code, email, observation) Note app_code is a request method. <%=request.getParameter("app_code")/> the app_code number is displayed in the