> Yes of course. If you use JSF 1.2, you can read the parameter from the request in a managed bean method annotated with @postconstruct and put it in a managed bean property. From there it is easy to show it on your page.
Yes, I use JSF 1.2, so this approach looks good to me. Thank you!
Cheers Uwe