• After clicking the button,how to move the data one form (xhtml) to another form(xhtml) in jsf

    hi to all, I am new to jsf. I have one button and two (xhtml)forms in same popup. After clicking the button ,I want to move the data from one (xhtml) form to another (xhtml)form in same pop up. How to achieve the a...
    Profile Photo
    last modified by sivaji.balla
  • h:selectManyCheckbox last selected items are not checked in JSF2

    I 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....
    Profile Photo
    created by arkhalil
  • JSF1053: (Listener: org.jboss.portletbridge.lifecycle.PortalPhaseListener.afterPhase(), Phase ID: RESTORE_VIEW 1,  View ID:

    Hi,   Am using Jboss AS 5.1.0 GA, JSF 1.2 , Rich faces 3.3   My application gets deployed with no problem. But when I hit my web application, below warning is thrown and redirection from one link (within m...
    Profile Photo
    last modified by selfcare
  • [Help] Bean Validation

    Hi,   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...
    Profile Photo
    last modified by grubi
  • Nested composite compounds not working in combination with ui:include

    Hello 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...
    Profile Photo
    last modified by valentinx
  • Validation Error: Value is not valid

    Hi 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...
    Profile Photo
    last modified by techbrainless
  • Autoreload jsf page no work in google chrome

    regards,   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...
    Profile Photo
    created by rart3001_1
  • 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...
    Profile Photo
    last modified by giant2
  • JSF with Struts

    Hi,          I am using Struts 2.3 with JSF 2.       I want to know how to invoke Struts action class from JSF.   Regards, Shankar Vignesh S
    Profile Photo
    created by shankarvignesh
  • jsf components appear in ie 7 but not ie 8

    jsf 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.     ...
    Profile Photo
    created by brucespringfield
  • ADF Faces 10.1.3.3.0 on JBoss AS 6.1.0 Final - PageContext is null

    Hi,   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...
    Profile Photo
    created by brunoteixa
  • JSF Question about passing parameters (needing converters) to resource bundles from facelets...

    have a JSF question about how to pass mutliple complex parameters to resource bundles. Take the following example below where I am passing a value to a resource bundle for a parameter. Works fine.   <h:output...
    Profile Photo
    last modified by qdog1028
  • Basic JSF2 Setup in JBoss 7 : Infinite Loop when loading page

    I'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...
    Profile Photo
    last modified by cobold
  • Getting Facelets parsing problem with JBoss v4.2.1

    I 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 ...
    Profile Photo
    last modified by sweetchariot
  • JSF - input field is not updated

    I 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" ...
    Profile Photo
    created by rcbandit
  • Problem with navigation using Spring security in JSF 2.0 running in JBOSS 5.1.0 GA

    Hello everyone,   I am trying to implement spring security check  for authentication in login page.   public String doLogin() throws IOException, ServletException {      ...
    Profile Photo
    created by reena_jacob
  • Submit form with many inputs

    Hello Community,   How can I submit a form like:   <h:form>     <rich:comboBox defaultLabel="Enter some value">         <f:selectItem item...
    Profile Photo
    last modified by nt2005
  • JSF 2.0 and JBoss5.1 GA

    Hello 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 ...
    Profile Photo
    last modified by kirillica
  • Method invocation from JSF-Page failure in PrimeFaces dataTable - WeldClientProxy does not have the property

    Hello all,   well, I have a problem that's driving me rather insane for quite some time now. Basically I try to invoke a method rather than querying a property of an EJB Bean from a JSF page. And that fails beca...
    Profile Photo
    last modified by komat
  • taglib and passing parameters

    I have created a taglib with some tags like:   <tag>       <tag-name>myPanel</tag-name>       <source>myPanel.xhtml</source> ...
    Profile Photo
    last modified by giant2