I'm using JSF/ICEFaces. I have a table that have many rows with values and I have another page that displays charts. I want to have an icon on every row to ... |
i have a datatable with multiple rows , i want to put one link to redirect the values to one Servlet . the old call that i use is similar like ... |
When I am trying to retrieve the request parameter in IceFaces via the method of:
HttpServletRequest httpServletRequest = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest();
Map<String, String[]> paramsMap = httpServletRequest.getParameterMap();
It will returns heaps of parameters that including icefaces ... |
Hello everybody! I use Ice Faces only for a few weeks so I'm don't know much about it. I have a problem passing as a parameter a list of object through a backing bean to another one via a jspx page. I tried with a tag but no result I tried with a tag but no result If you ... |
|
in xhtml file we can define like i can this parameter in my class file HtmlCommandButton Class [] c = new Class[1]; c[0] = ActionEvent.class; MethodBinding mb = app.createMethodBinding("#{myBean.switchSortOrder}",c); button.set?????? ( param, value ) like in xhtml.. can you help me with this problem ? thanks |
|
|
|
Hello ! i have a datatable with multiple rows , i want to put one link to redirect the values to one Servlet . the old call that i use is similar like this : a onclick=openWindow('./Servlet?param1=xx¶m2=xxx') I m newbie in icefaces ... i want your help because i can put one parameter only like this : ice:outputLinktarget="mainFrame" value="./Servlet?param1=#{item.id} but when ... |
I have a page which used ui:include to include another page, and I would like to use ui:param to pass in some parameters, the passed in parameter can be easily accessed thru EL expression. But I cannot find a way to access them in backing bean, I would like to do something in init method. Any hints? Really appreciate. |
|
|
|
|
|
|
|
Hi, from this afternoon I'm trying in all ways...coz the setPropertyActionListener doesn't work if I use the redirect to the other page (and I have to use it coz I'm using Facelets and it doesn't work), I tried f:param and don't know why it doesn't work. At the end I had to put the managed bean in session, but I don't ... |
|
|
Which application server are you using? If it is the JBoss AS 4.2.0.GA, then it looks like it does some validation against the jsf components which doesn't check the extended properties/attributes of the icefaces components and it looks like the validation of the components are the "chunks" that are being ignored. From what I can see, the components are behaving as ... |
Hi there ! After some troubles trying to run IceFaces with IBM's jdk 1.4.2 on a JBoss 4.0.5 - Suse Enterprise 9 (there are different NPE in logs from IceFaces, apache commons, http, etc) we decided to give it a try with IBM's jdk 5. Now all those errors disappeared, and there's only one exception in our logs, which says: Query ... |
I get the an exception that i am not able to reproduce: Code: 2007-11-11 15:24:16,057 ERROR [http-8101-Processor21] org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/adaServer].[Persistent Faces Servlet]: Servlet.service() for servlet Persistent Faces Servlet threw exception java.lang.RuntimeException: Query does not contain parameter named: ice.view.active at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.checkExistenceOf(ServletRequestResponse.java:224) at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.getParameter(ServletRequestResponse.java:93) at com.icesoft.faces.webapp.http.core.ViewBoundServer.service(ViewBoundServer.java:31) at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50) at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19) at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19) at com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29) at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:109) at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35) at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52) at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29) at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:98) at ... |
|
Hi, Is there a way to declare configuration parameters that should be made available through the javascript config object used in some parts of the code? For example, at the moment, I've modified the ajax.js file in the icefaces distribution, but I would like to be change the values used depending on the environment the application is deployed in. Thanks in ... |
|
|