jsf
Passing parameters to a4j:ajax method
I am trying to use <a4j:ajax> to feed a method with a value just entered on the form; <h:selectOneMenu id=\"aa\" value=\"#{colorClass.color}\">[详细]
2023-04-08 21:28 分类:问答Persisting two entities at the same time
I have been struggling with this for sometime and can\'t seem to get past the problem. I have a persisted entity called SiteVisit which is many-to-many related to Staff via an intermediate table calle[详细]
2023-04-08 20:45 分类:问答What is the Renderer class for UIXIterator
Summary What is the renderer class for UIXIterator(af:iterator)? Background I am writing a component and I am planning to extend UIXIterator just like UIXTable does. My component will basically acce[详细]
2023-04-08 18:56 分类:问答How to use <a4j:jsFunction><a4j:actionparam>
I\'m trying to use: <script type=\"text/javascript\"> function myfunc() { var param = 4; alert(\"OK\");[详细]
2023-04-08 18:41 分类:问答Printing in Java
I just want to ask, We are creating a web-based system using JSF and Java. is there any way that I can Access the client\'s printer setting? or is it possible to configure programatically the printe开[详细]
2023-04-08 18:39 分类:问答Understanding managed beans/backing beans [duplicate]
This question already has answers here: Difference between managed bean and backing bean (11 answers) Closed 7 years ago.[详细]
2023-04-08 11:34 分类:问答Execute Javascript *after* ajax update
I need to execute a certain javascript function after the ajax update has been applied. I tried jsf.ajax.addOnEvent(ch.ergon.newom.ajaxUpdate) to[详细]
2023-04-08 10:51 分类:问答Where to keep h:messages in a h:datatable while validating two h:columns
I am using one h:selectbooleancheckbox in each row to make 2 columns editable. Have a look at my JSF page[详细]
2023-04-08 10:39 分类:问答JSF issue about space
I am a green bird in JSF, now I was puzzled by the text of it. when I assign the value of the outputText with multi-spaces, the result shown in IE has only one space.[详细]
2023-04-08 10:36 分类:问答Warning: This page calls for XML namespace http://primefaces.prime.com.tr/ui declared with prefix p but no taglibrary exists for that namespace
I\'m trying to start with Primefaces 2.2.1, but I can\'t. I have the following definition in pom.xml:[详细]
2023-04-08 10:31 分类:问答