Posts by date
- Sort by:
- Date
- Title
- Likes
- Comments ▼
- Views
Getting the Portlet Namespace from the JSF EL
Context: In many cases, the JSF developer (working in a portlet environment) needs to get the portlet namespace from the JSF EL. This can be useful to append this unique portlet identifier to the JavaScript functions (for example) defined inside the portlet page. Solution: Use #{facesContext.externalContext.response.namespace}
Tags:  portlet java el namespace jsf168 jsf |