jsf-2
How do I fix a Thread Leak in a JSF application?
I have an ApplicationScoped 开发者_运维技巧bean that fires up a separate Thread to do some background work.The Thread has a method for cleanly terminating it called terminate().If not terminated via t[详细]
2023-04-09 19:35 分类:问答PrimeFaces commandButton doesn't call action if ajax enabled
Here\'s my page: <html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:h=\"http://java.sun.com/jsf/html\"[详细]
2023-04-09 13:36 分类:问答Avoid separate function for commandLink action
I would like to use a property of a form element instead of using an additional function to just return a certain value.[详细]
2023-04-09 10:45 分类:问答JSF2 error [org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage] Error Rendering View[//WEB-INF/*.xhtml]: java.lang.NullPointerException
I have an error in Jboss 7.0.2 Arc, JSP 2.1(Myfaces), Richfaces 4, this is my web.xml <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-04-09 09:48 分类:问答May UIComponent#getFamily() return null or not?
I would like to know wether the method UIComponent#getFamily() may return null or not? Mojarra 2.1.3 will throw an exception when returning null but MyFaces 2.1.3 not.[详细]
2023-04-09 07:32 分类:问答To get current Instance of the session scoped bean in Jsf 2.0
i referred to this questionand i\'ve a similar problem JSF - Get the SessionScoped Bean instance I want to get the current instance of a managed bean in another managed bean. I\'ve a SuperBean which[详细]
2023-04-09 06:07 分类:问答h:commandLink not firing the form.submit event
When my page is loaded I execute the following JS script, which I use to display a popup saying (please wait...) when any form is submitted.[详细]
2023-04-09 05:35 分类:问答Submitting a form results in 404; when this is refreshed, original form redisplays
Sorry for a vague title but it\'s hard to be more specific. Platform used: Eclipse Helios, Tomcat 6, Maven 2.2.1[详细]
2023-04-09 04:39 分类:问答JSF 2 - Unique ids across multiple pages
I\'m looking to create a JSF application in which there are multiple xhtml pages displayed in different regions of the browser. I could do this with iframes but they add extra memory and accessing obj[详细]
2023-04-09 04:35 分类:问答What are the benefits of using JSF2 resources?
Should I use JSF2 resources instead of plain html like <link href... or url(image.png)? What are the benefits? For me this is a bit annoying when web-designer 开发者_如何学Ccreates layout with XHTM[详细]
2023-04-09 04:32 分类:问答