1. How to navigate with ICEFaces and pass parameters stackoverflow.comI'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 ... |
2. ICEFACES : Multiple Parameters in link stackoverflow.comi 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 ... |
3. ICEFACS: getParameterMap() return only parameters in query string stackoverflow.comWhen I am trying to retrieve the request parameter in IceFaces via the method of:
It will returns heaps of parameters that including icefaces ... |
4. Help with a list of parameters icefaces.orgHello 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 |
5. GETTING ADDRESS PARAMETERS icefaces.org |
6. parameter via HtmlCommandLink icefaces.orgin xhtml file we can define like |
7. Passing parameter from a bean to another (from page to another) icefaces.org |
8. ice:graphic and passing parameters icefaces.org |
9. multiple parameters in link ... how to icefaces.orgHello ! 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 ... |
10. Is it possible to get parameter passed by ui:param in a backing bean? icefaces.orgI 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. |
11. Passing parameters to next page. icefaces.org |
12. PAssing parameters between 2 pages icefaces.org |
13. Vulnerable Parameter: ice.view icefaces.org |
14. Passing a parameter to a backing bean. icefaces.org |
15. WARNING Parameters: Invalid chunk ignored. icefaces.org |
16. Send parameters between managed beans icefaces.org |
17. How to pass parameters from |
18. Passing variables or parameters between pages icefaces.orgHi, 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 ... |
19. sending parameters icefaces.org |
20. rvn query parameter? icefaces.org |
21. WARNING: Parameters: Invalid chunk ignored icefaces.orgWhich 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 ... |
22. Query does not contain parameter named: icefacesID icefaces.orgHi 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 ... |
23. Query does not contain parameter named: ice.view.active icefaces.orgI 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 ... |
24. Passing parameters to action icefaces.org |
25. javascript configuration parameters icefaces.orgHi, 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 ... |
26. Passing parameter to control visibility? icefaces.org |
27. Problem with parameter passing from a jspx-page to a java class icefaces.org |