Thread h:selectManyCheckbox last selected items are not checked in JSF2
h:selectManyCheckbox last selected items are not checked in JSF2I opened the xhtml page. Selected some checkboxes(services) and saved it. Then opened it in the Edit mode. But it does not check last selected checkboxes(services) even though selected items are available in the bean....
[Help] Bean ValidationHi, I'm learning JSF 2 and the new features that are coming with this version. Currently I'm testing the new bean validation and I'm facing a problem I'm unable to solve. Maybe it's the correct behaviour but I...
Thread Nested composite compounds not working in combination with ui:include
Nested composite compounds not working in combination with ui:includeHello everyone, since we updated from 7.1.0.Final to 7.1.1.Final we ran into some troubles with nested composite compounts. (7.1.0.Final everythings works like a charm). Maybe someone got a bright moment and c...
Validation Error: Value is not validHi All I am developing a small application in which the user can enter the student details which includes the course in which the user can select 1 or more subjects . adding the student works fine but while editing...
Thread Autoreload jsf page no work in google chrome
Autoreload jsf page no work in google chromeregards, I'm trying to reload a page in jsf, with the following statement:
response.setHeader("Refresh", "3;URL="+request.getRequestURI());
I am using this to reload a page to forc...
Parametered inputText,...A problem. I have many h:inputText, comboBox, calendar on my page. Each of one is identified by an unique index. I have a bean saving and retrieving the value of these video-input. So I have for example: <h:i...
jsf components appear in ie 7 but not ie 8jsf and html components will appear in ie 7 with no problems or error messages. But in ie8, the components as well as text in the web page will not display at all. no error messages. ...
Thread ADF Faces 10.1.3.3.0 on JBoss AS 6.1.0 Final - PageContext is null
ADF Faces 10.1.3.3.0 on JBoss AS 6.1.0 Final - PageContext is nullHi, I'm trying to migrate a WAR (using ADF Faces 10.1.3.3.0) from OC4J 10.1.3.4.0 to JBoss AS 6.1.0 Final. This is an old implementation of JSF 1.1 with servlet version 2.4. The WAR includes the ADF and Oracle...
Thread Basic JSF2 Setup in JBoss 7 : Infinite Loop when loading page
Basic JSF2 Setup in JBoss 7 : Infinite Loop when loading pageI'm new to JBoss but have worked with Tomcat and JSF2 in the past. When trying to start a basic .xhtml page in JBoss AS 7.0, I'm running into the following problem: javax.servlet.ServletException javax.faces.webapp...
Thread Getting Facelets parsing problem with JBoss v4.2.1
Getting Facelets parsing problem with JBoss v4.2.1I have a some.xhtml file with jsf libs in it. In <h:body> tag I am trying to display 2 words: For the first one I use plain text: Hello For the second one I use: <h:outputText value=" there"/> I expect ...
JSF - input field is not updatedI have a problem with a JSF page which I can't solve. I have a JSF page which is used to store application settings into database table. This is the source code of the JSF page: <div id="settingsdiv" ...
Submit form with many inputsHello Community, How can I submit a form like: <h:form> <rich:comboBox defaultLabel="Enter some value"> <f:selectItem item...
JSF 2.0 and JBoss5.1 GAHello all, After several days of no success to make things work in JBoss 6 (see 1 and 2), I decided to migrate my application to JSF2 but staying with JBoss5.1. I have followed this manual but with no ...