1
vote
1answer
47 views
JSF - session scoped bean shared by browsers on different machines
We have a search form where the filter is bound to a property on a managed bean (session scope). It's not component binding, its property binding like <h:inputText value="#{sear …
0
votes
2answers
24 views
Explain to me the different JSF component libraries relate
Even though i spend whole days developing a JSF application, i've never had any training on the matter and I have to admin I am a still confused how the whole JSF puzzle fits toget …
0
votes
3answers
28 views
How get selected items in backing bean for <h:SelectManyListBox> ?
Pals, I got stuck again while my web development, I am providing multiple selection list to user for selecting many option. A Fragment of JSF Page
<h:selectManyListbox id="asso …
2
votes
1answer
26 views
Placing label before radio button with JSF
Hi, i have the following in my page.
<h:selectOneRadio layout="pageDirection" >
<s:selectItems value="#{usageList}" var="entry"
label="#{labels[entry.label]}" …
0
votes
2answers
28 views
rich:datatable and expandable column with internet explorer
I created a simple solution for expandable columns/rows with rich:datatable and rich:column, which is similar to: http://stackoverflow.com/questions/358840
The facelets code is (s …
1
vote
0answers
18 views
JSF action, value and bindig catalog generator
Hi to all!
I'm am looking for a simple tool that generates a catalog of all used action methods, values and bindigs. I'm working on a big JSF/RichFaces project and I lost the over …
3
votes
2answers
92 views
JSF A4j support
Hello everyone,
I'm having trouble with a JSF selectManyCheckbox and A4J support. The purpose is to run some action when a checkbox is selected. This works perfectly in Firefox. Y …
1
vote
2answers
28 views
Setting floating point formatting locale for JSF / ICEfaces?
I am writing a JSF (ICEfaces) application using resource bundles to handle internationalisation.
The application nicely applies the (default) Dutch "nl" locale for the resource bu …
1
vote
1answer
28 views
Hibernate - changing connection string during runtime
I have JSF + Hibernate app. During runtime, i need to change database, to which user is connected. For example, User can manually switch databases in my app, so app is connected to …
0
votes
2answers
24 views
Mojarra for JSF Encoding
Hello. Can anyone teach me how to use mojarra to encode my JSF files. I downloaded mojarra and expected some kind of jar but what i had downloaded was a folder of files i don't kno …
1
vote
2answers
43 views
IDE that provides design view for JSPs using JSF
NetBeans used to do that but with the deprecation of Woodstock (rather merging with ICEFaces) and with ICEFaces not supporting Visual Web Project it is difficult to choose NetBeans …
1
vote
3answers
30 views
JSF - UISelectItems problem
Strange error i received from compiler:
Expected a child component type of UISelectItem/UISelectItems for component type javax.faces.SelectOne(siachoice). Found javax.faces.comp …
0
votes
2answers
27 views
ICEFaces inputFile getting the file content without upload
Is there any way of just getting the content of the browsed file without any upload/file transfer operations? I currently use ICEFaces inputFile component but I do not need the def …
1
vote
2answers
32 views
Weird behaviour of h:commandLink action (MethodExpression)
Hey there,
I have two JSPs where I am displaying some info from database in a h:dataTable. One of them is showing all the info, and one of them user specifically.
I have showXML.j …
1
vote
2answers
34 views
How to correctly use ResultSet with h:dataTable
Hey there,
The problem is, that after displaying the ResultSet with h:dataTable, the connection is left open. If I close it, it closes the ResultSet too. I'm thinking about copyin …
