http-request-parameters Questions
2
Solved
Some pages can receive a certain request parameter called "P1":
page.do?P1=value1
Right now a scriptlet is testing the existence of the request parameter, and if P1 is "value1" some information ...
Symphonist asked 14/1, 2011 at 11:32
2
Solved
I have 3 pages:
main.xhtml
agreement.xhtml
generated.xhtml
The agreement.xhtml needs two parameters to load correctly: serviceId and site. So, a normal url looks like this: /app/agreement.xhtml...
Illation asked 18/7, 2013 at 21:26
1
Solved
When using CDI and JSF2 How can a HTTP request parameter be injected into a bean?
Washy asked 5/11, 2012 at 20:36
1
Solved
I have very simple JSF bean like shown below:
import org.jboss.seam.annotations.Name;
@Name(Sample.NAME)
public class Sample {
public static final String NAME="df";
private String text = "tex...
Peen asked 29/8, 2012 at 10:21
1
Solved
I have a problem with the values inserted in all my <h:inputText> fields. Some characters are not encoded in the right way. E.g. if I put ciò in the input field I get ciò.
How can I allow a...
Velodrome asked 13/3, 2012 at 10:41
1
Solved
I used beans/form processing to take input parameters on login screen and then with those parameters try and log the user into the application.
However I am getting an error-
org.apache.jasper...
Horseshit asked 27/6, 2011 at 14:18
1
Solved
I have a table with checkboxes that the user can check and delete that row in the table. I have everything working, but if the user checks two boxes, it only retrieves the first one on the table.
...
Hierarchy asked 10/5, 2011 at 16:24
6
Solved
We are currently working on a very simple Webapp, and we would like to "obfuscate" ( what would be the right term? ) or encode somehow the request parameter, so we can reduce the chance an idle use...
Horary asked 25/10, 2010 at 18:44
© 2022 - 2024 — McMap. All rights reserved.