| | |
JSF, request
Please support our JSP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jun 2007
Posts: 59
Reputation:
Solved Threads: 3
Hello,
Can somebody help me out? Well, the problem is the following:
I have a JSF page, and the address bar contains a query string, like "...?author=something&title=something". I also have a command button, in its action I want to extract the parameters. So, in the bean I have the following code:
When I press the button, the query string is eliminated alltogether, and I receive a big fat 'null' - of course.
Please give me some clue on this...
Thanks in advance!
Can somebody help me out? Well, the problem is the following:
I have a JSF page, and the address bar contains a query string, like "...?author=something&title=something". I also have a command button, in its action I want to extract the parameters. So, in the bean I have the following code:
JSP Syntax (Toggle Plain Text)
HttpServletRequest request = (HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest(); String controlName = request.getParameter("title");
When I press the button, the query string is eliminated alltogether, and I receive a big fat 'null' - of course.
Please give me some clue on this...
Thanks in advance!
![]() |
Similar Threads
- Form data (JSP)
- I need advice on jsp seach form and "clipboard" (JSP)
- JSP database connectivity according to Model View Controller (MVC) Model 2 (JSP)
- JSF HTTP 500 error (JSP)
- JavaSE/SWING Developer (Post your Resume)
- Need help with Array sorting using Java Servlet (Java)
- How do I build websites using java? (Java)
Other Threads in the JSP Forum
- Previous Thread: How to lunch a file at Client side?
- Next Thread: What is the Advantage and Disadvantage of Pre-Compiled JSP
| Thread Tools | Search this Thread |
apache backbutton combobox connection database development directorystructure dynamicpagetitles eclipse frames glassfish ie8 imagetodatabse imageupload integer internet java javaee javascript jsf jsp jsppagetitles levels mvc2 mvcmodel2 network parameters passing ping printinserverinsteadofclient redirect request.getparameter response servlet servletdopost()readxml sessions software ssl state_saving_method stocks sun tomcat tutorial update video web





