Thread looking for simple project about JSF+SPRING+JPA
looking for simple project about JSF+SPRING+JPAI create a maven project in eclipse , it's an an spring+jsf+jpa archetype(shown below), but when I package it to .war file and deploy it to jboss 7.0.2,jboss gives me the wrong info as below. So I wish some one can gi...
Thread Phase listener not calling after logging out
Phase listener not calling after logging outHi, Am using JSF 1.2 , Jboss AS 5.1.0 , Liferay Portal 6.0 When I login, my Phaselistener gets called and I will land on Home page. My beans are in Request scope for Home Page except for one bean which...
How to parse a jsf page into ViewRoot?Hi, I have a requirement to parse the given jsf page and get the corresponding View roo, which is actually being done in 'Restore View' phase. Can I do it outside JSF engine? Or are there any JSF-APIs/3rd part...
Thread How to change the column width at run time in extendeddatatable in jsf
How to change the column width at run time in extendeddatatable in jsfHi, I am using Richfaces 3.3 version in my application. I want to add the functionality in ExtendedDataTable component of resizing the coulmns at run time. At present we cant increase the column size at runtim...
Thread suggestion Box Jquery $ conflict: I don't want to use $.noConflict();
suggestion Box Jquery $ conflict: I don't want to use $.noConflict();Hi, My app is using JSF, Jquery heavily. I am using rich:a4j only in the app. this is the first time I am using the suggestion Box and getting $ conflict between Jquery and richfaces 's PrototypeScript.js and ...
Thread Problem with jBoss 6.1.0 Final and IceFaces 1.8.2
Problem with jBoss 6.1.0 Final and IceFaces 1.8.2Hello. I'm trying to run small application (app using IceFaces 1.8.2). Application have only one java class and three pages. Application is deploying and running but when I wont to redirect from page index.jsp to "...
Thread How to call rich:popupPanel block from javascript.
How to call rich:popupPanel block from javascript.Hello All, Like in RF3.3.x we have one component rich:modalPanel which can be called from the java script and make it visible, using the method like below. <script type="text/javascript"> ...
Thread How to add minimize and maximize button in rich:popuppanel windows.
How to add minimize and maximize button in rich:popuppanel windows.like below, how can we add minimize and maximize button at the upper right corner of the page in richface popup panel. Using the below code we can add the 'X' at the upper rite corner and on click of this popup window...
Thread Custom Phase Listener getting called 3 times !
Custom Phase Listener getting called 3 times !Hi, Am using JSF 1.2 , Jboss As 5.1.0 , Liferay Portal 6. My CustomPhaseListener is getting called 3 times !!! Below is my CustomPhaseListener, public class CustomPhaseListener ...
Thread java.lang.IllegalStateException with JNDI lookup
java.lang.IllegalStateException with JNDI lookupWhat can cause IllegalStateException when JNDI loopup is performed to receive for example Datasource? If it is a not good question please let me know.
Thread Using jQuery for Hiding/Showing RichFaces Components on Radio Clicked
Using jQuery for Hiding/Showing RichFaces Components on Radio ClickedI am trying to integrate jQuery into my JSF+RF3.3.3 web appplication. My purpose is when a user click on Radio Button certain form components should be hidden/shown based on the value of the Radio Button Clicked.. ...