I use,
- Java EE 7
- Payara 4.1.1
- JSF 2.2
- RichFaces 4.5.15
- PrimeFaces 6.0.
If I have this URL: mysite.com/mypage.jsf?field1=value1&field2=value2
I would like that, when the user typed this URL, I opened the mypage.jsf
with fields 1 and 2 filled with value1
and value2
.
<inputText id="field1" value="HOWTOGETFROMURL-value1"/>
<inputText id="field2" value="HOWTOGETFROMURL-value2"/>