jsf
JSF visibility on ICEFaces Push update - strange behavior
I have a problem with conditional rendering of JSF components updated with ICEFaces Push. The use case is I\'m looping through images in directory, and on new image I\'m calling ICEFaces Push Rendere[详细]
2023-04-13 07:24 分类:问答Why this param is being sent as Null in my Bean?
I am Using JSF 2 and EJB 3.1 to create a form. I am using this part of the page to get me some data, so I can pass it to my bean using the confirmDialog just below[详细]
2023-04-13 06:11 分类:问答How does JSF 2 ConversationScope work?
I have a JSF facelets page that displays a table of dat开发者_如何转开发a depending on which page they are viewing. When I display page 1, I call the view() action method to get the data from the data[详细]
2023-04-13 05:09 分类:问答JSF - XSLT rendering
I have a JSF (JSF2.0/Facelets) page which has a section (offers from an external vendor). The offers are presented in the form of an XML and are rendered as HTML using XSLT. How can I get the output o[详细]
2023-04-13 04:04 分类:问答CDI SessionScoped Bean instance remains unchanged when login with different user
I\'ve been looking for the workaround of this problem for rather plenty of time and no result, so I ask question here.[详细]
2023-04-13 03:27 分类:问答How to redirect to error page in JSF when FacesContext session attribute is not found
I am developing a mobile webapp using JSF and Apache myFac开发者_Python百科es 1.2.9. During authentication i am calling a servlet which will do the authentication and then set some attribute in the s[详细]
2023-04-13 03:26 分类:问答JSF Temperature calculator
I am trying to create a temperature conversion program in JSF. It has got one textbox and two radio buttons to select between CEL to FRA and FRA to CEL and a submit button. I am problem getting the va[详细]
2023-04-13 02:38 分类:问答JSF 2.0: why my selectManyListbox value is not valid
In my ManagedBean, I have the following property: @ManagedBean @RequestScoped public class MrBean { ... private long[]IDs;[详细]
2023-04-13 00:52 分类:问答Sending argumentsfrom JSF to webflow transitions
Basically what I have now is something like: <view-state id=\"pageOne\" view=\"pageone.xhtml\"> <transition on=\"gotoPageTwo\" to=\"doGotoPageTwo\" />[详细]
2023-04-12 23:22 分类:问答JSF - variable set of params based on postback
In this post, the excellent BalusC pointed out the use of <c:forEach> to get the parameters at build time.[详细]
2023-04-12 21:27 分类:问答