| Author |
Passing parameter to query from JSP
|
Caleb Jhay
Greenhorn
Joined: Apr 13, 2011
Posts: 18
|
|
Hi peeps sorry kinda newwith this thing. I’m currently developing my application I was able to save and list records in and from the database.
I was just wondering if how can I pass a paramaeter on my query from my JSP. I have this code on my controller
My problem is I jave a JSP with text box. Once I put a string on the text box I’m gonna use it as my parameter on my list. Lets say I entered “Caleb” on the text box how can I pass this to my controller and use “Caleb” to search the record with this name.
Thank you and Best Regards,
Caleb
|
 |
Prasad Krishnegowda
Ranch Hand
Joined: Apr 25, 2010
Posts: 503
|
|
|
You can use request.getParameter.
|
Regards, Prasad
SCJP 5 (93%)
|
 |
 |
|
|
subject: Passing parameter to query from JSP
|
|
|