• Integrating JQuery with JSF 1.2 and RichFaces 3.3.1

    Dear All,             I am new to Jquery and trying hard to use Jquery in my JSF 1.2 page. I use RichFaces on JSF. However when I am trying to work out a demo e...
  • ajax request and view scope lost

    Hi ,   I am new to JSF 2 and I encounter some problme with managing th eview scope. Here is what I want to do: I have 2 pages, both with view scope (call view A and view B). When I click on a button on view A, ...
    Profile Photo
    last modified by fgergaud
  • h:selectOneMenu style

    I need to change background color and button color for  h:selectOneMenu component. Could anybody tell me how to do it?   Somehow, I couldn't find style attributes for this component online.
    Profile Photo
    last modified by lenyas66
  • JBOSS 5 jsf 1.2 and EJB 3.0 injection gives always NullPointerException

    Hi.   I am sitting on that problem for a couple of days.   I am a beginer in jsf/ejb technology. I have a problem with EJB injection to the JSF managed bean. I have read all the google url's I have found...
    Profile Photo
    last modified by krzychk2
  • richfaces datatable styles problem

    Hi there,   I'm new in this forum and also using JBoss and I wish you could help me. I have a datatable but I don't know why the styles aren't working fine.     This is the header of my datatable, ...
    Profile Photo
    created by kfarronay
  • Error while adding new WAR file on JBoss

    Hi   I am adding a new war file (new resource) under WAR folder on admin-console of JBoss and I see the below error page. Please help.     javax.servlet.ServletException: java.lang.reflect.InvocationTa...
  • xhtml not recognized after security configured

    I have a jsf/richfaces web app that works fine when security is not enabled. However, when I add a security-constraint section to the web.xml then, after a successful login, JBoss tries to download resources such ...
    Profile Photo
    last modified by pbaker01
  • JSF restore view problem during Cluster failover

    Hi All,   We have deployed an application in Weblogic 10.3 cluster. Application is using JSF 1.2, Richfaces, Spring 2.5 and Hibernate. We are facing a problem in the cluster where JSF is not restoring the view...
    Profile Photo
    last modified by prasanthvnair
  • The action for my left navigation pane is not working.

    Hi,   The action for my left navigation pane is not working. Below is the code   Frames Code ----------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/...
    Profile Photo
    last modified by prity
  • @postconstruct doesn't work in managed bean

    Hi,   I'm using JBOSS 6, JSF 2 and EJB 3.1, i have an ear with - EJB folder (@postconstruct is working) - JSF folder with manged bean where @postconstruct doesn't work   This my manged bean : package c...
    Profile Photo
    created by couse1
  • EL value expression error javax.el.PropertyNotFoundException

    In jboss-as 5 (Seam 2 and jsf 1.2) something like this used to work and we used the concept extensivly:   {code:xml} <form> <h:inputText value="#{myAction.dogManager.getDog('FRED').age}"/> <h:c...
    Profile Photo
    last modified by crussell42
  • facescontext null in jsf mojarra-2.0, jboss 6.0 and jboss 6.1

    Hello everyone happens that by invoking the method FacesContext.getCurrentInstance() returns null   alguna  idea   I'm using   Jboss 6.1.0 JSF 2   web.xml   <?xml version="1.0"...
    Profile Photo
    last modified by burgosjc
  • Hitting a jsf page using ip address

    Hi,   Am using,  JSF 2.0 , Jboss As 6.0, GateIn 3.1 and my war is built using Maven 3.1   So, I will get a war like myWar-0.0.1-SNAPSHOT.war   My xhtml file is placed under webapp -> web-inf ...
    Profile Photo
    last modified by selfcare
  • JSF and spring integeration

    Hi,   I am new to Spring and JSF 2.0. I am working for the project to integrate JSF 2.0 and Spring 2.5.     Could any one tell me what is the advantage of using Spring? Since most of the stuffs we c...
    Profile Photo
    last modified by tamizharasi.periyasamy
  • MyFaces 1.2.9 on JBossAS 6.1.0

    Hello,   I am trying to deploy an EAR using MyFaces 1.2.9 on JBossAS 6 [6.1.0.Final "Neo"]. JBoss comes with Mojarra-1.2, MyFaces-2.0, Mojarra-2.0, but no MyFaces 1.2 is included! So I looked in the JSF-Guide (h...
    Profile Photo
    created by visualmatrix
  • JSF Extended datatable inside rich tab

    Hi,   I am facing some issue with Extended data table inside rich tab. I have two rich tab each having their own extended data table. I have written a Datamodel for these datatable. Both the datatable point to ...
    Profile Photo
    created by pushpak1981
  • Error JSF 2 java.io.FileNotFoundException:*/*.xhtml Not Found in ExternalContext

    Hi, I have an a error in Jboss 7.0.2 "Arc", spring webflow 2.3.0.RELEASE with richfaces 4.0.0.Final(Myfaces 2.1.1): 12:34:19,729 SEVERE [org.apache.myfaces.renderkit.ErrorPageWriter] (http--127.0.0.1-8080-2) An excep...
    Profile Photo
    last modified by elegar
  • Method-Parameters not supported in JBossEL/JBoss 6.1?

    My colleague has got a problem with JBoss 6.1 (stock) / JSF 2.0 (with PrimeFaces 3.0M3): Trying to retrieve a date value through an EL expression that calls a method with a parameter and then references a property of...
    Profile Photo
    last modified by grexe
  • could not locate named parameter

    hi guys i have an issue about could not located named parameter ["SomeParameter"]   and this is what i got   root cause   java.lang.IllegalArgumentException: org.hibernate.QueryParameterException: cou...
    Profile Photo
    created by onesleo
  • why date its not out

    hi guys i have an issue actually its very basic but i havent any idea why the date which i was input from the form not printed on the LOG   this is my back bean   private Date startDate; private Date en...
    Profile Photo
    created by onesleo