JSP « RichFaces « JSF Q&A





1. JSP useBean equivalent in JSF    stackoverflow.com

Is there any way can declare a bean in just like JSP UseBean in JSF? for example if i have nested objected inside a VO, I don't want to call to ...

2. To Add the Expand collapse functionality in a .jsp to display and hide the data using JSF component    stackoverflow.com

Requirement: To Add the Expand collapse functionality in a .jsp to display and hide the data using JSF component. Details: Here I'm able to get the data from webservices to jsp. While ...

3. Richfaces scripts / styles not loading    stackoverflow.com

I have a simple scrollableDataTable in a jsf

<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<!-- RichFaces tag library declaration -->
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<f:view>


<h:form>
  <div id="contentvoll">
  ...

4. Concatenate strings in JSF/JSP EL and Javascript    stackoverflow.com

I'm having troubles with EL and javascript functions (JSF 1.2, Facelets, Richfaces 3.3.0GA). I have a page that includes another composition:

<ui:include src="/pages/panels/examinationPanel.xhtml">
<ui:param name="prefix" value="new" />
And in my ui:composition I want to ...

5. [h || rich]:dataTable not iterating over all objects    stackoverflow.com

I have a java backing bean which has a method (call it getDataList()) which returns an ArrayList<MyType>. In MyType.java I have a load of setters and getters all of which either assign ...

6. richfaces alternative for website application development    stackoverflow.com

Can you let me know on the pros and cons of using richfaces and are there any alternatives for it. Its for a proposal submission for a web application. Its for ...

7. Seam/JSF/Facelets Compiler or Validator (equivalent of JspC for JSP)    stackoverflow.com

Is there such a thing as JspC in the Seam/JSF/Facelets world? I used the Tomcat's JspC to validate a JSP/Struts application to validate if there are typos in the JSPs ...

8. Issue with resetting jsp page    stackoverflow.com

I am working on a jsp page using richfaces. My current page has multiple feilds and an add and a reset button. The reset button works fine, calling a method ...

9. RichFaces application, should I use rich:dataTable or jQGrid, pros cons?    stackoverflow.com

Following on from here, I need to have an inline editable grid in my web application using RichFaces 3.3.3, JSF 1.2 and Facelets. My options are the rich:dataTable RichFaces control, or ...





10. java.lang.IllegalStateException: Parent was not null, but this component not related    stackoverflow.com

I have the following exception at the time of running JSF program.

    org.apache.jasper.JasperException: An exception occurred processing JSP page /pages/general/internalServerErrorPage.jsp at line 44

    41:  ...

11. How to show month, year using rich:calendar?    stackoverflow.com

I want to show the current month and year using rich:calendar component during page initializtion Help me.
Thanks in advance

12. Do not collapse whitespace when displaying the value of the backing bean in the JSF    stackoverflow.com

I found that the backing bean value displayed on the JSF page will collapse the white-space automatically .How can I make the value displayed do not collapse the white-space?? For example , ...

13. Richfaces calendar issue in ie 6    stackoverflow.com

I have hide the popup of weekdays using showWeekDaysBar=false and also showWeeksBar= false.Its work fine in all the browsers.except ie6.In Ie 6,the weeks bar is not hidden.How can i hide the ...

14. rich web applications    stackoverflow.com

I'm developing a web application with an "actual" look and usability, say a "rich" web interface, that is good looking tables, several "frames", validations. Are there components not facelet-based to do ...

15. richfaces 3.3- how to not display richTreeNode    stackoverflow.com

        <rich:tree
                       ...

16. Richfaces fileupload Error    stackoverflow.com

I have tries to upload the file using rich:fileupload componenet.When i tried to upload the file,it arise the error, The error is

Aug 24, 2011 9:41:19 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet ...





17. How to upload folder in web application    stackoverflow.com

I am developing simple application using JSF with richfaces. I want to upload folder(select folder only). I tried, t:inputFileUpload and rich:fileUpload.
but both components are support file only. Not support select folder. Is possible ...

18. Option elements in JSF / Rich Faces    stackoverflow.com

Doing a RichFaces/jsf project in a new job, haven't been doing it long. The main page has a xhtml page that has a frameset. In an ideal world it wouldn't have ...

19. JSF page loses values after forward to itself    stackoverflow.com

Whenever I let a JSF page perform a forward to itself, it loses all it's entered form values. Is it possible for it to somehow retain this values?