jsf
does this JSF pattern break dependency injection?
I have a JSF2 project (Mojarra on GlassFish 3.1). I have a ViewScoped bean that references services through a utility class like so:[详细]
2023-04-11 05:34 分类:问答"ValueExpression Map" of a JSF component
I\'m storing value expressions in a JSF component with the f:attribute tag, e.g.: <h:inputText ...>[详细]
2023-04-11 04:00 分类:问答How to update the style of a JSF component at runtime
How to update the style of a JSF component at runtime, I must clarify that I want to change the position of the component and in some cases hide it.[详细]
2023-04-11 03:19 分类:问答requested resource is not available
I am using JSF in one of my application and the scenario is as follows: 1.I have a pages folder under WEB_INF[详细]
2023-04-11 02:50 分类:问答How to use a4j:mediaOutput correctly for displaying images?
Using the code below I can\'t get the image in the web page. I\'m not sure if I understand the documentation in the right way and I\'m not able to find any problem with this code.[详细]
2023-04-11 00:25 分类:问答How To Optimize JSF applications [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po[详细]
2023-04-10 21:23 分类:问答<button> with JSF 1.2
Simple question: Is there any way of rendering a html <button>-element using JSF or any other framework (RichFaces, Tomahawk etc.)? Or would I have re开发者_运维技巧sort to writing a custom co[详细]
2023-04-10 20:02 分类:问答Access control on web app
I am making a web app that has a login page (Using Facelets with JSF 2.0) which checks credentials before redirecting to a isLoggedIn or error page. I have access to the server[详细]
2023-04-10 14:51 分类:问答JSF UIRepeat and PostBack
I have a simple page where a I use <ui:repeat> and it gets the value from a backing bean. The initial request will give it an empty list. The postback then will invoke an action that will chang[详细]
2023-04-10 14:05 分类:问答p:autoComplete itemLabel throws "The class 'java.lang.String' does not have the property 'label'."
I\'m changing from IceFaces to PrimeFaces (I really wanted to change to RichFaces but cause a bug in new version, I won\'t) and I\'m havinng some dificults to implement correctly primefaces autoComple[详细]
2023-04-10 10:18 分类:问答