jsf
EJB - external lib or inside JSF project?
I\'m packa开发者_运维问答ging my app as WAR archive. What are pros/cons of these two approaches:[详细]
2023-04-10 09:05 分类:问答icefaces spinner listener?
I am using an enterprise component from icefaces: numberSpinner I know how to initialize it from the bean, for instance:[详细]
2023-04-10 06:27 分类:问答HttpSession - how to get the session.setAttribute?
I\'m creating HttpSession container this way: @SessionScoped @ManagedBean(name=\"userManager\") public class UserManager extends Tools[详细]
2023-04-10 05:22 分类:问答How to prevent Backing Bean loading data on Ajax action?
I am using: JSF 2.0, GlassFish Server 3.0. The backing bean: @ManagedBean(name = \"Users\") @ViewScoped public class ModelUsers {[详细]
2023-04-10 03:24 分类:问答State after login with JSF
I am new to JSF and want to create the login part of an app. I have a login page where I validate logins against a database. That is fine, but I can not figure out the logic[详细]
2023-04-10 03:11 分类:问答JSF select many check box with Rich faces repeat/alignment
I am trying to create a custom Time chart where an activity can be toggled on or off for a specific time.[详细]
2023-04-10 02:32 分类:问答How to call action when select noSelectionLabel?
I have this code above which works perfectly when i select some of the items on him... The a4j:support works fine and rerender my another field correctly...[详细]
2023-04-10 00:17 分类:问答JSF2.0, how commandButton knows which bean to send this
I am starting in JSF2, comming from spring mvc, so I have some doubts that I cannot find answers on Core JavaServer Faces v3[详细]
2023-04-09 23:53 分类:问答AJAX4JSF/AjaxStateHolder | Session Memory Leak
I am working on the performance tuning of an enterprise web application with about 300 simultaneous user. I have noticed from the GC log that the application heap is always growing and objects are alw[详细]
2023-04-09 23:30 分类:问答How to get user name in session bean when redirected to error page?
Can anyone tell 开发者_JAVA技巧me how to get user name in session bean correctly? In our application we do it by calling this method:[详细]
2023-04-09 22:22 分类:问答