On click of hyperlink i wanna pass the object instance i.e. address of the
object
FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("viewId")Please note viewId is instance of my object like DeviceView viewId; I am checking the value at every stage & it holds the address of an object until i click the link which goes to backing bean method where the value is null Any pointers/suggestion highly appreciated -- View this message in context: http://www.nabble.com/Unable-to-pass-Object-using-FacesContext-tf4288541.html#a12208548 Sent from the MyFaces - Users mailing list archive at Nabble.com.

