1. What to do to restrict the user from seeing the page with out login the website? stackoverflow.comI want a page has to appear to user after logged in. But if we use that link we can see the page and its content only thing is that it ... |
2. How to restrict access to not logged users to certain pages? (JSF 2.0) stackoverflow.comI am implementing my own authentication mechanism and i want to know if what i am doing is correct and if not how can i do it correctly. First ill explain how ... |
3. restricting the length of a display string in a page coderanch.comHi Leonardo, Thanks for the reply. My problem is not when entering data. It is when displaying data. In the database i have a text data item which is very long. In the page I need to display only part of this text, and have some dots at the end to show that the actual text is much longer than the ... |
4. How to restrict the direct access of folder jsf pages in a JSFWebaplication coderanch.comAll URL requests are "direct access" whether you type them in via the browser's navigation bar, they come in via AJAX, or an HTML GET/POST request. The server has no way of knowing the ultimate origin of a URL request. So in that sense, you can't do anything. However, if the idea is to preserve a workflow, you can verify the ... |