object passing from one page to the other page
Dear All,
I am a beginner of JSF. I am writing a jsf page. What I want to do is that I click a command link in a row of table record then going to the other page which contains its details. so, some value or object of previous record must be passed from one page to other page. how to achieve that? can I use "FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get(key);" I heard that from somewhere but I don't exactly know how it works. Can anybody help me? Thanks.
Chris

