3
votes
3answers
117 views

How to render a component only if another component is not rendered?

I have a page that the user can access via Android, iPhone, BlackBerry or via an unknown browser. I have 4 rich:panels, one for each platform and the latter is a generic one. The code: ...
0
votes
1answer
202 views

Year dropdown in jsf

How can I use <rich:calendar> to only display year. I want year dropdown in jsf How can I achieve it.Please guide I tried <rich:calendar value="#{existingPolicyRecord.dateOfApp}" ...
3
votes
2answers
259 views

How can I use <h:outputScript /> with a remote file?

I have a server dedicated for static contents so I don't want to use the resources dir for storing javascript files but I don't want to stop using the <h:outputScript /> tag. How can I make ...
5
votes
3answers
1k views

difference between jsf, rich faces, prime faces and ice faces

I am new to jsf and want to know about the clear difference between jsf, rich/prime/ice faces. In jsf we create pages with .jsp extension and write java code in the backing beans. But how exactly ...
-1
votes
1answer
236 views

richface tree with selectitem (checkbox)

I am trying to put checkbox in tree node. My code is as below. I used richface - SC. In JSP page : <h:panelGrid> <sc:tree value="#{templateCategoriesBackingBean.rootNode}"> ...
0
votes
0answers
203 views

JSF Rerender not effective until page refresh

I have a check box, on which a datatable id is given as rerender. Here is the complete tag of the check box from JSP- <h:selectBooleanCheckbox id="A_IsDefaultSpouseAnnutant" ...
2
votes
1answer
102 views

jsp & rich:dataTables logout when using images

I've got a weired problem with a rich:dataTable: My homepage project has some directories wich need authentification to access. It done by form-based login. Works fine, as expected. On one page is ...
0
votes
1answer
310 views

<rich:progressbar> Progress bar is shown only when method is finished

I want to use a progress bar to display the progress of importing data. So when I press a button I call the method to start the import and would like to show the progress with a progress bar. But for ...
0
votes
1answer
297 views

Issue with dynamic datatable in JSF

I have an issue with dynamic datatable in java. I am creating multiple dynamic datatable in one simple toggle panel. Datatable is generated and getting displayed in the form(jsp page) properly. Data ...
1
vote
1answer
2k views

JSP 2.0 with RichFaces 4 don't work on JBoss 7

i have a problem with my app, after deploying it on server i'm getting errors in log: 15:12:45,359 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-5) Critical error ...
1
vote
1answer
240 views

<c:forEach not rendering with tomcat 7

I am using tomcat 7 while my coworkers are on 6 and we are trying to run this type of structure: <c:forEach> <rich:panelMenuGroup> <c:forEach> ...
1
vote
1answer
1k views

jsf *.xhtml mapping not working, redirected to jsp

I have a simple jsf 1.2 project (richfaces 3.3 implementation) where I have set the servlet mapping to *.xhtml. I also have a simple bean and a simple page to display the data. I try to run the ...
3
votes
3answers
3k views

File download using RichFaces

I got the following to work already: User can upload a file (i.e. a compressed archive) User can uncompress the file on the server User can execute some stuff on these files, which results in more ...
0
votes
1answer
232 views

rich:ToolTip appears to be consuming all events on rich:datatable

When i add a rich:toolTip to the table below it stops the filter working as if the tool tip is consuming all events fired by the table. Can anyone see why? The table works fine normally and the ...
0
votes
2answers
285 views

JSF page loses values after forward to itself

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?
0
votes
2answers
399 views

Option elements in JSF / Rich Faces

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 but it has and it needs to stay that ...
1
vote
1answer
840 views

How to upload folder in web application

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. ...
0
votes
0answers
643 views

Issue with FacesContext, RequestDispatcher.include(…)

I have page1.jsf with following code snippet: <!Doctype html public "-//w3c//dtd html 4.0 transitional//en"><%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%><%@ taglib ...
0
votes
1answer
652 views

Richfaces fileupload Error

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 ...
1
vote
1answer
1k views

Richfaces is not defined in richfaces 4.0.0.jar nested jsp(struts) and Jsf

I am using JSF2.0 and I have the following RichFaces JAR files: richfaces-components-ui-4.0.0.Final.jar richfaces-components-api-4.0.0.Final.jar richfaces-core-api-4.0.0.Final.jar ...
1
vote
1answer
255 views

Execute jQuery after Ajax Request

The text on a JSP-PAge is trimmed by the jQuery Text Overflow Plugin. The Script is executed after the page has loaded but not after the Ajax-Request (Switching Tabs). How to ensure its functionality ...
1
vote
0answers
381 views

RichFaces: Submit inputText value from fileUpload

I've got this page: <rich:modalPanel id="modalEditPanelId" resizeable="false" autosized="false" moveable="false" keepVisualState="false" width="300" height="130" ...
1
vote
2answers
242 views

Get parent index of rich:subTable

In my application I use a rich:subTable inside a rich:dataTable. I want to get the index of the rich:subTable inside the rich:dataTable when I click on a row of the rich:subTable. Is there any way to ...
0
votes
1answer
156 views

richfaces 3.3- how to not display richTreeNode

<rich:tree ... reRender="mainFrm:updateTilesToRender" value="#{AssetTreeControl.tree}" var="item" treeNodeVar="treeNode" ...
1
vote
2answers
280 views

How keep updating message with RichFaces 4?

i'm new with RichFaces 4 and JSF 2, i'm working with both together. How do i keep some message updating all time using RichFaces ? E.g: a clock, where the server keep sending a message to the client. ...
1
vote
2answers
468 views

`a4j:support` doesn't call action in Chrome https. (only)

Got this little segment of JSP code: <h:commandLink value="#{msg.Submit_Button}"> <a4j:support event="onclick" reRender="rerenderObject" action="#{general.submit}" ...
0
votes
1answer
1k views

Simple program in JSF is throwing 404 error

I new in jsf rich faces programing .A am creating a simple programme called "Greeter".I have included all the jar files related to RichFaces richfaces-api-3.1.4.GA.jar richfaces-impl-3.1.4.GA.jar ...
0
votes
2answers
650 views

JSP parameter names in HttpServletRequest

Background Using Eclipse Helios, Apache Tomcat, JSPs, and JBoss RichFaces. Input parameters are coded as follows: <h:inputHidden name="system_REPORT_RESOURCE" value="city" /> ...
1
vote
4answers
612 views

Not support large file content using tinyMCE editor

I read the file (File Size is more than 2.5Mb) and display the content into textarea using tinyMCE. Script Error occur during loading time into textarea. The error is A script on this page may be ...
1
vote
1answer
3k views

How to use RichFaces4.0 with JSF2.0? How to configure View Handler for RichFaces4.0?

I am using a simple example program using RichFaces 4.0 but unfortunately I am not able to configure the view handler for Richfaces 4.0. I have following libraries in my WEB-INF folder ...
0
votes
1answer
259 views

JSP Code “Reuse”

I have a few jsp files with different content but with the same sidebar. How can I reuse the sidebar code? The sidebar is currently a rich:panelMenu. Thank you!
1
vote
1answer
720 views

How to rerender a4j:outputpanel whic is inside the c:foreach loop

How to re render the a4j:output panelwhich is inside the c:foreach loop?Because the id of the a4j:outputpanel which is in c:foreach is dynamically generated.If i rerender using the static id its ...
0
votes
1answer
640 views

rerender rich:tab contnet

I have try to provide the web2.0 support for my application.For that i wants to provide the rich:tabpanel that can contains number of tabs dynamically.User can add and remove the tabs.For that i use ...
0
votes
2answers
1k views

Do not collapse whitespace when displaying the value of the backing bean in the JSF

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 , I have a ...
1
vote
1answer
970 views

How to show month, year using rich:calendar?

I want to show the current month and year using rich:calendar component during page initializtion Help me. Thanks in advance
1
vote
1answer
2k views

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

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 ...
1
vote
1answer
2k views

Avoid jquery conflict in my jsf application

I load jquery in my jsf project. I load header part only. Before i load the jquery, link and menu actions are perfectly worked. (Not load jquery) But, after i load the jquery the link action and ...
1
vote
1answer
1k views

richfaces page not work when load jquery plugin

In my project i use external jquery for create chart. But after use jquery, any action is not work in my project. I load highChart piechart jquery in my project. Eventhough i use jQuery.noConflict(). ...
0
votes
0answers
825 views

Difference between redirect in jsf and sendRedirect in JSP

In my application I use JSF. I want to redirect the user to error page when their session expires. I have tried by using <redirect /> tag in faces-config with navigation case. It's not ...
1
vote
1answer
1k views

Print contents of ModalPanel

Is it possible to print just the contents of <rich:modalPanel>?
3
votes
1answer
1k views

RichFaces application, should I use rich:dataTable or jQGrid, pros cons?

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 the jQuery ...
1
vote
1answer
440 views

How do I use the latest version of jQuery and get back the '$' for jQuery in RichFaces?

RichFaces 3.3.3 comes baked in with jQuery 1.3.2 and prototype and scriptaculous as well. How can I try and use the latest version of jQuery? Can I use the Google CDN one? Also the $() object is ...
0
votes
2answers
1k views

Unhighlight a Row in a rich:ScrollableDataTable

In my application I need a user to be able to select a row in a table. When they are done working with the data from that row they click a cancel/reset button to reset some other page elements. What ...
1
vote
2answers
2k views

Getting the PDF created using iText as pop up in JSF

I want create a pdf using iText. The method which does this is a JSF bean. What I want is, on click of a commandButton in JSF page, the PDF is created. It must then open as popup in a new window(or ...
0
votes
2answers
243 views

c:forEach.items getting repetitively called

Environment: Seam, Richfaces The following code snippet causes the method getUsers to be called multiple times, how do I avoid this in my application so that it gets called only once. <c:forEach ...
2
votes
4answers
1k views

richfaces alternative for website application development

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 managing documents and it will be ...
0
votes
1answer
424 views

[h || rich]:dataTable not iterating over all objects

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 Strings ...
9
votes
2answers
19k views

Concatenate strings in JSF/JSP EL and Javascript

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 ...
3
votes
2answers
1k views

Accessing java-based DOM tree directly from JSF/richfaces

Based on this question I have a couple of other questions: 1) the map in this question which is made available to jsf is actually one of a number, so i'm now not sure what the backing bean method's ...
3
votes
4answers
3k views

JSF Form and German Umlauts

I'm facing a strange problem in one of my JSF (which is a facelet). I'm using Richfaces and on one page I got a normal form <h:form></h:form> My problem is when I submit the form all ...

1 2