ajax request and view scope lostHi , 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, ...
h:selectOneMenu styleI 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.
richfaces datatable styles problemHi 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, ...
Error while adding new WAR file on JBossHi 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...
Thread xhtml not recognized after security configured
xhtml not recognized after security configuredI 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 ...
Thread JSF restore view problem during Cluster failover
JSF restore view problem during Cluster failoverHi 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...
Thread The action for my left navigation pane is not working.
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/...
Thread @postconstruct doesn't work in managed bean
@postconstruct doesn't work in managed beanHi, 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...
Thread EL value expression error javax.el.PropertyNotFoundException
EL value expression error javax.el.PropertyNotFoundExceptionIn 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...
Hitting a jsf page using ip addressHi, 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 ...
JSF and spring integerationHi, 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...
MyFaces 1.2.9 on JBossAS 6.1.0Hello, 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...
JSF Extended datatable inside rich tabHi, 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 ...
Thread Method-Parameters not supported in JBossEL/JBoss 6.1?
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...
could not locate named parameterhi 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...
why date its not outhi 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...