This should be simple...but I am not sure how to do it.
How do create a simple request scope bean which needs an ID passed to it to be constructed. The ID is used so the bean create a HashMap which I will then display using a dataTable. Couldn't be simplier..but I'm stuck.
The ID is passed to the page via javascipt function in the URL which then the page extracts using the param object.
// e.g. Display passed id parameter on the page.
<h

utputText value="#{param.passed_id}" />
Thanks