I'm interested how I can get the String "Cables" from this http:
http://122.211.222.137:8080/test/RackProfile.jsf?id=1122#Cables
I use this in order to get the id:
this.id = Integer.parseInt(FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("id"));
But I don't know how to get the string after "#". Any ideas?