I\'ve read how to send parameters using JSF but what if the user types their companyId in the URL when accessing their login page? For example,
companyId
There is a utility library, OmniFaces which does this out of the box.
@Inject @Param private String key; @Inject @Param private Long id;