With RichFaces 3.3.3 I was able to use the below code:
<h:commandLink action="UPLOAD_PAGE">Upload Document</h:commandLink>
The commandLink would take the user to the requested page. However, this code is no longer working in RichFaces 4.2.1, when I click it, it simply stays on the current page. It blinks the screen for a split second as if it was doing something. I see no errors in the logs, or anything, which makes it incredibly hard to debug. Does anybody have any information regarding this?